HomeSort by relevance Sort by last modified time
    Searched refs:kLongLoVReg (Results 1 - 6 of 6) 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));
  /art/runtime/
stack.h 46 kLongLoVReg,
stack.cc 308 const bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg);
337 if (kind_lo == kLongLoVReg) {
426 if (kind_lo == kLongLoVReg) {
    [all...]
quick_exception_handler.cc 195 return VRegKind::kLongLoVReg;
debugger.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 95 milliseconds