Lines Matching defs:sp

282   static mirror::Object* GetProxyThisObject(ArtMethod** sp)  in GetProxyThisObject()
294 static ArtMethod* GetCallingMethod(ArtMethod** sp) in GetCallingMethod()
303 static uintptr_t GetCallingPc(ArtMethod** sp) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetCallingPc()
309 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor()
544 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
552 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor()
598 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
662 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor()
726 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler()
779 RememberForGcArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in RememberForGcArgumentVisitor()
815 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
1488 void LayoutCalleeSaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutCalleeSaveFrame()
1529 uint8_t* LayoutJNISaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutJNISaveFrame()
1636 ArtMethod*** sp) in BuildGenericJniFrameVisitor()
1810 extern "C" TwoWordReturn artQuickGenericJniTrampoline(Thread* self, ArtMethod** sp) in artQuickGenericJniTrampoline()
1885 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline() local
1949 ArtMethod* caller_method, Thread* self, ArtMethod** sp) { in artInvokeCommon()
2008 ArtMethod* caller_method, Thread* self, ArtMethod** sp) in artInvokeInterfaceTrampolineWithAccessCheck()
2016 ArtMethod* caller_method, Thread* self, ArtMethod** sp) in artInvokeDirectTrampolineWithAccessCheck()
2024 ArtMethod* caller_method, Thread* self, ArtMethod** sp) in artInvokeStaticTrampolineWithAccessCheck()
2032 ArtMethod* caller_method, Thread* self, ArtMethod** sp) in artInvokeSuperTrampolineWithAccessCheck()
2040 ArtMethod* caller_method, Thread* self, ArtMethod** sp) in artInvokeVirtualTrampolineWithAccessCheck()
2051 ArtMethod** sp) in artInvokeInterfaceTrampoline()