Searched refs:GetVRegPair (Results 1 - 5 of 5) sorted by path

/art/runtime/
H A Ddebugger.cc2707 if (!visitor.GetVRegPair(m, vreg, kDoubleLoVReg, kDoubleHiVReg, &longVal)) {
2717 if (!visitor.GetVRegPair(m, vreg, kLongLoVReg, kLongHiVReg, &longVal)) {
H A Dquick_exception_handler.cc249 if (GetVRegPair(m, reg, kLongLoVReg, kLongHiVReg, &value)) {
278 if (GetVRegPair(m, reg, kDoubleLoVReg, kDoubleHiVReg, &value)) {
H A Dstack.cc294 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, function in class:art::StackVisitor
H A Dstack.h491 bool GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi,
/art/test/454-get-vreg/
H A Dget_vreg_jni.cc77 CHECK(GetVRegPair(m, 0, kLongLoVReg, kLongHiVReg, &value));
80 bool success = GetVRegPair(m, 2, kLongLoVReg, kLongHiVReg, &value);
83 success = GetVRegPair(m, 4, kLongLoVReg, kLongHiVReg, &value);
90 CHECK(GetVRegPair(m, 7, kLongLoVReg, kLongHiVReg, &value));
93 CHECK(GetVRegPair(m, 9, kLongLoVReg, kLongHiVReg, &value));
96 CHECK(GetVRegPair(m, 11, kLongLoVReg, kLongHiVReg, &value));
99 CHECK(GetVRegPair(m, 13, kDoubleLoVReg, kDoubleHiVReg, &value));

Completed in 116 milliseconds