Lines Matching defs:self

51 void InitMterpTls(Thread* self) {  in InitMterpTls()
163 extern "C" size_t MterpInvokeVirtual(Thread* self, in MterpInvokeVirtual()
174 extern "C" size_t MterpInvokeSuper(Thread* self, in MterpInvokeSuper()
185 extern "C" size_t MterpInvokeInterface(Thread* self, in MterpInvokeInterface()
196 extern "C" size_t MterpInvokeDirect(Thread* self, in MterpInvokeDirect()
207 extern "C" size_t MterpInvokeStatic(Thread* self, in MterpInvokeStatic()
218 extern "C" size_t MterpInvokeCustom(Thread* self, in MterpInvokeCustom()
229 extern "C" size_t MterpInvokePolymorphic(Thread* self, in MterpInvokePolymorphic()
240 extern "C" size_t MterpInvokeVirtualRange(Thread* self, in MterpInvokeVirtualRange()
251 extern "C" size_t MterpInvokeSuperRange(Thread* self, in MterpInvokeSuperRange()
262 extern "C" size_t MterpInvokeInterfaceRange(Thread* self, in MterpInvokeInterfaceRange()
273 extern "C" size_t MterpInvokeDirectRange(Thread* self, in MterpInvokeDirectRange()
284 extern "C" size_t MterpInvokeStaticRange(Thread* self, in MterpInvokeStaticRange()
295 extern "C" size_t MterpInvokeCustomRange(Thread* self, in MterpInvokeCustomRange()
306 extern "C" size_t MterpInvokePolymorphicRange(Thread* self, in MterpInvokePolymorphicRange()
317 extern "C" size_t MterpInvokeVirtualQuick(Thread* self, in MterpInvokeVirtualQuick()
328 extern "C" size_t MterpInvokeVirtualQuickRange(Thread* self, in MterpInvokeVirtualQuickRange()
346 Thread* self) in MterpConstString()
359 Thread* self) in MterpConstClass()
376 Thread* self) in MterpConstMethodHandle()
389 Thread* self) in MterpConstMethodType()
403 Thread* self) in MterpCheckCast()
425 Thread* self) in MterpInstanceOf()
446 extern "C" size_t MterpNewInstance(ShadowFrame* shadow_frame, Thread* self, uint32_t inst_data) in MterpNewInstance()
500 Thread* self) in MterpFilledNewArray()
509 Thread* self) in MterpFilledNewArrayRange()
518 uint32_t inst_data, Thread* self) 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()
653 extern "C" size_t MterpSuspendCheck(Thread* self) in MterpSuspendCheck()
717 Thread* self) in MterpFieldAccessSlow()
752 Thread* self) in MterpFieldAccessFast()
883 Thread* self) in MterpSetUpHotnessCountdown()
923 Thread* self) in MterpAddHotnessBatch()
933 extern "C" size_t MterpMaybeDoOnStackReplacement(Thread* self, in MterpMaybeDoOnStackReplacement()