Home
last modified time | relevance | path

Searched refs:vreg_count (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmethod_handles.cc978 const size_t vreg_count = vh_type->NumberOfVRegs(); in DoVarHandleInvokeTranslationUnchecked() local
980 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()
987 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
Ddebugger.cc1579 uint16_t vreg_count = GetMethodNumArgRegistersIncludingThis(m); in DemangleSlot() local
1580 if (slot < vreg_count) { in DemangleSlot()