Home
last modified time | relevance | path

Searched defs:ToIntegralType (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dart_method_test.cc30 int32_t ToIntegralType(float value) { return bit_cast<int32_t>(value); } in ToIntegralType() function
31 int64_t ToIntegralType(double value) { return bit_cast<int64_t>(value); } in ToIntegralType() function
32 template <typename T> T ToIntegralType(T value) { return value; } in ToIntegralType() function