Home
last modified time | relevance | path

Searched refs:kLongLoVReg (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dvmap_table.h56 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg || in IsInContext()
94 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg || in ComputeRegister()
Dquick_exception_handler.cc231 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()
Dstack.cc167 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()
Dstack.h48 kLongLoVReg, enumerator
Ddebugger.cc2588 if (GetVRegPair(m, reg, kLongLoVReg, kLongHiVReg, &longVal)) { in GetLocalValue()
2721 bool success = SetVRegPair(m, reg, value_, kLongLoVReg, kLongHiVReg); in SetLocalValue()
/art/runtime/verifier/
Dmethod_verifier.cc4110 result.push_back(kLongLoVReg); in DescribeVRegs()