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

  /art/runtime/
vmap_table.h 56 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg ||
67 bool high_reg = (kind == kLongHiVReg) || (kind == kDoubleHiVReg);
94 kind == kLongLoVReg || kind == kLongHiVReg || kind == kDoubleLoVReg ||
quick_exception_handler.cc 234 if (GetVRegKind(reg + 1, kinds) == kLongHiVReg) {
236 new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), reg, kLongLoVReg, kLongHiVReg));
241 case kLongHiVReg:
stack.cc 177 bool wide_hi = (kind == kLongHiVReg) || (kind == kDoubleHiVReg);
204 DCHECK_EQ(kind_hi, kLongHiVReg);
274 bool wide_hi = (kind == kLongHiVReg) || (kind == kDoubleHiVReg);
315 DCHECK_EQ(kind_hi, kLongHiVReg);
stack.h 50 kLongHiVReg,
debugger.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 516 milliseconds