Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h313 bool IsAccessibleRegister(uint32_t reg, bool is_float) const { in IsAccessibleRegister()
316 uintptr_t GetRegister(uint32_t reg, bool is_float) const { in GetRegister()
Dstack.cc365 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetRegisterIfAccessible() local
453 const bool is_float = (kind_lo == kDoubleLoVReg); in GetRegisterPairIfAccessible() local
/art/oatdump/
Doatdump.cc1324 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()