Searched refs:kLongLoVReg (Results 1 – 5 of 5) sorted by relevance
/art/test/454-get-vreg/ |
D | get_vreg_jni.cc | 82 CHECK(GetVRegPair(m, 0, kLongLoVReg, kLongHiVReg, &value)); in VisitFrame() 85 bool success = GetVRegPair(m, 2, kLongLoVReg, kLongHiVReg, &value); in VisitFrame() 90 success = GetVRegPair(m, 4, kLongLoVReg, kLongHiVReg, &value); in VisitFrame() 99 CHECK(GetVRegPair(m, 7, kLongLoVReg, kLongHiVReg, &value)); in VisitFrame() 102 CHECK(GetVRegPair(m, 9, kLongLoVReg, kLongHiVReg, &value)); in VisitFrame() 105 CHECK(GetVRegPair(m, 11, kLongLoVReg, kLongHiVReg, &value)); in VisitFrame()
|
/art/runtime/ |
D | stack.h | 49 kLongLoVReg, enumerator
|
D | stack.cc | 379 const bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg); in GetRegisterIfAccessible() 408 if (kind_lo == kLongLoVReg) { in GetVRegPair() 517 if (kind_lo == kLongLoVReg) { in SetVRegPair()
|
D | quick_exception_handler.cc | 217 return VRegKind::kLongLoVReg; in ToVRegKind()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 910 auto lo_type = type_ == art::Primitive::kPrimLong ? art::kLongLoVReg : art::kDoubleLoVReg; in Execute() 1087 auto lo_type = type_ == art::Primitive::kPrimLong ? art::kLongLoVReg : art::kDoubleLoVReg; in Execute()
|