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

  /art/test/454-get-vreg/
get_vreg_jni.cc 108 CHECK(GetVRegPair(m, 13, kDoubleLoVReg, kDoubleHiVReg, &value));
  /art/runtime/
stack.cc 286 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);
308 const bool wide_lo = (kind == kLongLoVReg) || (kind == kDoubleLoVReg);
339 } else if (kind_lo == kDoubleLoVReg) {
376 const bool is_float = (kind_lo == kDoubleLoVReg);
428 } else if (kind_lo == kDoubleLoVReg) {
    [all...]
stack.h 48 kDoubleLoVReg,
quick_exception_handler.cc 203 return VRegKind::kDoubleLoVReg;
debugger.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 313 milliseconds