Home
last modified time | relevance | path

Searched refs:IsFloatingPoint (Results 1 – 4 of 4) sorted by relevance

/art/cmdline/detail/
Dcmdline_parser_detail.h48 template <typename TLeft, typename TRight = TLeft, bool IsFloatingPoint = false>
/art/compiler/optimizing/
Dssa_liveness_analysis.cc319 if (IsFloatingPoint()) { in DumpWithContext()
476 if (IsFloatingPoint()) { in SameRegisterKind()
508 if (IsFloatingPoint()) { in ToLocation()
Dssa_liveness_analysis.h795 bool IsFloatingPoint() const { in IsFloatingPoint() function
811 return IsFloatingPoint() == other.IsFloatingPoint(); in SameRegisterKind()
Dregister_allocator_linear_scan.cc467 if (interval->IsFloatingPoint()) { in DumpInterval()