Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc980 const size_t vreg_count = vh_type->NumberOfVRegs(); in DoVarHandleInvokeTranslationUnchecked() local
982 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()
989 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
Ddebugger.cc1576 uint16_t vreg_count = GetMethodNumArgRegistersIncludingThis(m); in DemangleSlot() local
1577 if (slot < vreg_count) { in DemangleSlot()