Searched refs:kLongLoVReg (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | vmap_table.h | 56 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg || in IsInContext() 94 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg || in ComputeRegister()
|
D | quick_exception_handler.cc | 231 case kLongLoVReg: in HandleDeoptimization() 234 new_frame->SetVRegLong(reg, GetVRegPair(m, reg, kLongLoVReg, kLongHiVReg)); in HandleDeoptimization() 240 if (GetVRegKind(reg - 1, kinds), kLongLoVReg) { in HandleDeoptimization()
|
D | stack.cc | 167 bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg); in GetVReg() 194 if (kind_lo == kLongLoVReg) { in GetVRegPair() 264 bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg); in SetVReg() 305 if (kind_lo == kLongLoVReg) { in SetVRegPair()
|
D | stack.h | 48 kLongLoVReg, enumerator
|
D | debugger.cc | 2588 if (GetVRegPair(m, reg, kLongLoVReg, kLongHiVReg, &longVal)) { in GetLocalValue() 2721 bool success = SetVRegPair(m, reg, value_, kLongLoVReg, kLongHiVReg); in SetLocalValue()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4110 result.push_back(kLongLoVReg); in DescribeVRegs()
|