Lines Matching defs:shadow_frame

164                                      ShadowFrame* shadow_frame,  in MterpInvokeVirtual()
175 ShadowFrame* shadow_frame, in MterpInvokeSuper()
186 ShadowFrame* shadow_frame, in MterpInvokeInterface()
197 ShadowFrame* shadow_frame, in MterpInvokeDirect()
208 ShadowFrame* shadow_frame, in MterpInvokeStatic()
219 ShadowFrame* shadow_frame, in MterpInvokeCustom()
230 ShadowFrame* shadow_frame, in MterpInvokePolymorphic()
241 ShadowFrame* shadow_frame, in MterpInvokeVirtualRange()
252 ShadowFrame* shadow_frame, in MterpInvokeSuperRange()
263 ShadowFrame* shadow_frame, in MterpInvokeInterfaceRange()
274 ShadowFrame* shadow_frame, in MterpInvokeDirectRange()
285 ShadowFrame* shadow_frame, in MterpInvokeStaticRange()
296 ShadowFrame* shadow_frame, in MterpInvokeCustomRange()
307 ShadowFrame* shadow_frame, in MterpInvokePolymorphicRange()
318 ShadowFrame* shadow_frame, in MterpInvokeVirtualQuick()
329 ShadowFrame* shadow_frame, in MterpInvokeVirtualQuickRange()
345 ShadowFrame* shadow_frame, in MterpConstString()
358 ShadowFrame* shadow_frame, in MterpConstClass()
375 ShadowFrame* shadow_frame, in MterpConstMethodHandle()
388 ShadowFrame* shadow_frame, in MterpConstMethodType()
446 extern "C" size_t MterpNewInstance(ShadowFrame* shadow_frame, Thread* self, uint32_t inst_data) in MterpNewInstance()
471 extern "C" size_t MterpIputObjectQuick(ShadowFrame* shadow_frame, in MterpIputObjectQuick()
479 extern "C" size_t MterpAputObject(ShadowFrame* shadow_frame, in MterpAputObject()
498 extern "C" size_t MterpFilledNewArray(ShadowFrame* shadow_frame, in MterpFilledNewArray()
507 extern "C" size_t MterpFilledNewArrayRange(ShadowFrame* shadow_frame, in MterpFilledNewArrayRange()
516 extern "C" size_t MterpNewArray(ShadowFrame* shadow_frame, in MterpNewArray()
532 extern "C" size_t MterpHandleException(Thread* self, ShadowFrame* shadow_frame) in MterpHandleException()
545 extern "C" void MterpCheckBefore(Thread* self, ShadowFrame* shadow_frame, uint16_t* dex_pc_ptr) in MterpCheckBefore()
574 extern "C" void MterpLogDivideByZeroException(Thread* self, ShadowFrame* shadow_frame) in MterpLogDivideByZeroException()
582 extern "C" void MterpLogArrayIndexException(Thread* self, ShadowFrame* shadow_frame) in MterpLogArrayIndexException()
590 extern "C" void MterpLogNegativeArraySizeException(Thread* self, ShadowFrame* shadow_frame) in MterpLogNegativeArraySizeException()
598 extern "C" void MterpLogNoSuchMethodException(Thread* self, ShadowFrame* shadow_frame) in MterpLogNoSuchMethodException()
606 extern "C" void MterpLogExceptionThrownException(Thread* self, ShadowFrame* shadow_frame) in MterpLogExceptionThrownException()
614 extern "C" void MterpLogNullObjectException(Thread* self, ShadowFrame* shadow_frame) in MterpLogNullObjectException()
622 extern "C" void MterpLogFallback(Thread* self, ShadowFrame* shadow_frame) in MterpLogFallback()
631 extern "C" void MterpLogOSR(Thread* self, ShadowFrame* shadow_frame, int32_t offset) in MterpLogOSR()
639 extern "C" void MterpLogSuspendFallback(Thread* self, ShadowFrame* shadow_frame, uint32_t flags) in MterpLogSuspendFallback()
665 ShadowFrame* shadow_frame, in MterpFieldAccess()
716 ShadowFrame* shadow_frame, in MterpFieldAccessSlow()
751 ShadowFrame* shadow_frame, in MterpFieldAccessFast()
882 ShadowFrame* shadow_frame, in MterpSetUpHotnessCountdown()
922 ShadowFrame* shadow_frame, in MterpAddHotnessBatch()
934 ShadowFrame* shadow_frame, in MterpMaybeDoOnStackReplacement()