Lines Matching refs:ShadowFrame
165 ShadowFrame* shadow_frame, in MterpInvokeVirtual()
176 ShadowFrame* shadow_frame, in MterpInvokeSuper()
187 ShadowFrame* shadow_frame, in MterpInvokeInterface()
198 ShadowFrame* shadow_frame, in MterpInvokeDirect()
209 ShadowFrame* shadow_frame, in MterpInvokeStatic()
220 ShadowFrame* shadow_frame, in MterpInvokeCustom()
231 ShadowFrame* shadow_frame, in MterpInvokePolymorphic()
242 ShadowFrame* shadow_frame, in MterpInvokeVirtualRange()
253 ShadowFrame* shadow_frame, in MterpInvokeSuperRange()
264 ShadowFrame* shadow_frame, in MterpInvokeInterfaceRange()
275 ShadowFrame* shadow_frame, in MterpInvokeDirectRange()
286 ShadowFrame* shadow_frame, in MterpInvokeStaticRange()
297 ShadowFrame* shadow_frame, in MterpInvokeCustomRange()
308 ShadowFrame* shadow_frame, in MterpInvokePolymorphicRange()
319 ShadowFrame* shadow_frame, in MterpInvokeVirtualQuick()
330 ShadowFrame* shadow_frame, in MterpInvokeVirtualQuickRange()
346 ShadowFrame* shadow_frame, in MterpConstString()
359 ShadowFrame* shadow_frame, in MterpConstClass()
376 ShadowFrame* shadow_frame, in MterpConstMethodHandle()
389 ShadowFrame* shadow_frame, in MterpConstMethodType()
447 extern "C" size_t MterpNewInstance(ShadowFrame* shadow_frame, Thread* self, uint32_t inst_data) in MterpNewInstance()
472 extern "C" size_t MterpIputObjectQuick(ShadowFrame* shadow_frame, in MterpIputObjectQuick()
480 extern "C" size_t MterpAputObject(ShadowFrame* shadow_frame, in MterpAputObject()
499 extern "C" size_t MterpFilledNewArray(ShadowFrame* shadow_frame, in MterpFilledNewArray()
508 extern "C" size_t MterpFilledNewArrayRange(ShadowFrame* shadow_frame, in MterpFilledNewArrayRange()
517 extern "C" size_t MterpNewArray(ShadowFrame* shadow_frame, in MterpNewArray()
533 extern "C" size_t MterpHandleException(Thread* self, ShadowFrame* shadow_frame) in MterpHandleException()
546 extern "C" void MterpCheckBefore(Thread* self, ShadowFrame* shadow_frame, uint16_t* dex_pc_ptr) in MterpCheckBefore()
575 extern "C" void MterpLogDivideByZeroException(Thread* self, ShadowFrame* shadow_frame) in MterpLogDivideByZeroException()
583 extern "C" void MterpLogArrayIndexException(Thread* self, ShadowFrame* shadow_frame) in MterpLogArrayIndexException()
591 extern "C" void MterpLogNegativeArraySizeException(Thread* self, ShadowFrame* shadow_frame) in MterpLogNegativeArraySizeException()
599 extern "C" void MterpLogNoSuchMethodException(Thread* self, ShadowFrame* shadow_frame) in MterpLogNoSuchMethodException()
607 extern "C" void MterpLogExceptionThrownException(Thread* self, ShadowFrame* shadow_frame) in MterpLogExceptionThrownException()
615 extern "C" void MterpLogNullObjectException(Thread* self, ShadowFrame* shadow_frame) in MterpLogNullObjectException()
623 extern "C" void MterpLogFallback(Thread* self, ShadowFrame* shadow_frame) in MterpLogFallback()
632 extern "C" void MterpLogOSR(Thread* self, ShadowFrame* shadow_frame, int32_t offset) in MterpLogOSR()
640 extern "C" void MterpLogSuspendFallback(Thread* self, ShadowFrame* shadow_frame, uint32_t flags) in MterpLogSuspendFallback()
666 ShadowFrame* shadow_frame, in MterpFieldAccess()
717 ShadowFrame* shadow_frame, in MterpFieldAccessSlow()
752 ShadowFrame* shadow_frame, in MterpFieldAccessFast()
824 extern "C" bool Name(Instruction* inst, uint16_t inst_data, ShadowFrame* sf, Thread* self) \
883 ShadowFrame* shadow_frame, in MterpSetUpHotnessCountdown()
923 ShadowFrame* shadow_frame, in MterpAddHotnessBatch()
935 ShadowFrame* shadow_frame, in MterpMaybeDoOnStackReplacement()