Searched refs:kDoubleLoVReg (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | vmap_table.h | 56 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()
|
D | stack.cc | 157 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()
|
D | quick_exception_handler.cc | 246 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()
|
D | stack.h | 50 kDoubleLoVReg, enumerator
|
D | debugger.cc | 2576 if (GetVRegPair(m, reg, kDoubleLoVReg, kDoubleHiVReg, &longVal)) { in GetLocalValue() 2712 bool success = SetVRegPair(m, reg, value_, kDoubleLoVReg, kDoubleHiVReg); in SetLocalValue()
|
/art/oatdump/ |
D | oatdump.cc | 700 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in DescribeVReg()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4116 result.push_back(kDoubleLoVReg); in DescribeVRegs()
|