Lines Matching defs:self

59 bool CheckStackOverflow(Thread* self, size_t frame_size)  in CheckStackOverflow()
96 bool SendMethodExitEvents(Thread* self, in SendMethodExitEvents()
153 bool MoveToExceptionHandler(Thread* self, in MoveToExceptionHandler()
216 void AbortTransactionF(Thread* self, const char* fmt, ...) { in AbortTransactionF()
223 void AbortTransactionV(Thread* self, const char* fmt, va_list args) { in AbortTransactionV()
257 void ArtInterpreterToCompiledCodeBridge(Thread* self, in ArtInterpreterToCompiledCodeBridge()
328 static bool DoMethodHandleInvokeCommon(Thread* self, in DoMethodHandleInvokeCommon()
428 bool DoMethodHandleInvokeExact(Thread* self, in DoMethodHandleInvokeExact()
445 bool DoMethodHandleInvoke(Thread* self, in DoMethodHandleInvoke()
462 static bool DoVarHandleInvokeCommon(Thread* self, in DoVarHandleInvokeCommon()
635 static bool GetArgumentForBootstrapMethod(Thread* self, in GetArgumentForBootstrapMethod()
717 static bool PackArgumentForBootstrapMethod(Thread* self, in PackArgumentForBootstrapMethod()
760 static bool PackCollectorArrayForBootstrapMethod(Thread* self, in PackCollectorArrayForBootstrapMethod()
847 static ObjPtr<mirror::MethodType> BuildCallSiteForBootstrapMethod(Thread* self, in BuildCallSiteForBootstrapMethod()
894 static ObjPtr<mirror::CallSite> InvokeBootstrapMethod(Thread* self, in InvokeBootstrapMethod()
1103 ObjPtr<mirror::CallSite> DoResolveCallSite(Thread* self, in DoResolveCallSite()
1133 bool DoInvokeCustom(Thread* self, in DoInvokeCustom()
1210 Thread* self, in DoCallCommon()
1419 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
1444 Thread* self, in DoFilledNewArray()