Home
last modified time | relevance | path

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

/art/runtime/
Dvmap_table.h62 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in IsInContext() local
98 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in ComputeRegister() local
Dstack.cc166 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetVReg() local
221 bool is_float = (kind_lo == kDoubleLoVReg); in GetVRegPair() local
267 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in SetVReg() local
332 bool is_float = (kind_lo == kDoubleLoVReg); in SetVRegPair() local
/art/oatdump/
Doatdump.cc650 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
707 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in DescribeVReg() local