Home
last modified time | relevance | path

Searched refs:kDoubleLoVReg (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dvmap_table.h56 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg || in IsInContext()
62 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in IsInContext()
94 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg || in ComputeRegister()
98 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in ComputeRegister()
Dstack.cc157 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetVReg()
167 bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg); in GetVReg()
196 } else if (kind_lo == kDoubleLoVReg) { in GetVRegPair()
212 bool is_float = (kind_lo == kDoubleLoVReg); in GetVRegPair()
258 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in SetVReg()
264 bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg); in SetVReg()
307 } else if (kind_lo == kDoubleLoVReg) { in SetVRegPair()
323 bool is_float = (kind_lo == kDoubleLoVReg); in SetVRegPair()
Dquick_exception_handler.cc246 case kDoubleLoVReg: in HandleDeoptimization()
249 new_frame->SetVRegLong(reg, GetVRegPair(m, reg, kDoubleLoVReg, kDoubleHiVReg)); in HandleDeoptimization()
255 if (GetVRegKind(reg - 1, kinds), kDoubleLoVReg) { in HandleDeoptimization()
Dstack.h50 kDoubleLoVReg, enumerator
Ddebugger.cc2576 if (GetVRegPair(m, reg, kDoubleLoVReg, kDoubleHiVReg, &longVal)) { in GetLocalValue()
2712 bool success = SetVRegPair(m, reg, value_, kDoubleLoVReg, kDoubleHiVReg); in SetLocalValue()
/art/oatdump/
Doatdump.cc700 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in DescribeVReg()
/art/runtime/verifier/
Dmethod_verifier.cc4116 result.push_back(kDoubleLoVReg); in DescribeVRegs()