HomeSort by relevance Sort by last modified time
    Searched refs:GetVRegPair (Results 1 - 4 of 4) sorted by null

  /art/test/454-get-vreg/
get_vreg_jni.cc 82 CHECK(GetVRegPair(m, 0, kLongLoVReg, kLongHiVReg, &value));
85 bool success = GetVRegPair(m, 2, kLongLoVReg, kLongHiVReg, &value);
90 success = GetVRegPair(m, 4, kLongLoVReg, kLongHiVReg, &value);
99 CHECK(GetVRegPair(m, 7, kLongLoVReg, kLongHiVReg, &value));
102 CHECK(GetVRegPair(m, 9, kLongLoVReg, kLongHiVReg, &value));
105 CHECK(GetVRegPair(m, 11, kLongLoVReg, kLongHiVReg, &value));
108 CHECK(GetVRegPair(m, 13, kDoubleLoVReg, kDoubleHiVReg, &value));
  /art/runtime/
stack.h 198 bool GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi,
stack.cc 335 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo,
    [all...]
debugger.cc     [all...]

Completed in 139 milliseconds