Lines Matching defs:sp
272 static StackReference<mirror::Object>* GetThisObjectReference(ArtMethod** sp) in GetThisObjectReference()
282 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc()
288 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod()
293 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod()
300 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr()
308 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc()
312 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor()
551 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
560 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor()
673 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
759 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor()
810 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler()
888 GetQuickReferenceArgumentAtVisitor(ArtMethod** sp, in GetQuickReferenceArgumentAtVisitor()
926 ArtMethod** sp) in artQuickGetProxyReferenceArgumentAt()
943 GetQuickReferenceArgumentsVisitor(ArtMethod** sp, in GetQuickReferenceArgumentsVisitor()
970 std::vector<StackReference<mirror::Object>*> GetProxyReferenceArguments(ArtMethod** sp) in GetProxyReferenceArguments()
988 RememberForGcArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in RememberForGcArgumentVisitor()
1049 static void DumpB74410240DebugData(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in DumpB74410240DebugData()
1119 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
2079 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline() local
2097 ArtMethod** sp) { in artInvokeCommon()
2165 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeInterfaceTrampolineWithAccessCheck()
2171 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeDirectTrampolineWithAccessCheck()
2180 ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in artInvokeStaticTrampolineWithAccessCheck()
2187 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeSuperTrampolineWithAccessCheck()
2193 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeVirtualTrampolineWithAccessCheck()
2203 ArtMethod** sp) in artInvokeInterfaceTrampoline()
2322 extern "C" uint64_t artInvokePolymorphic(mirror::Object* raw_receiver, Thread* self, ArtMethod** sp) in artInvokePolymorphic()
2446 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom()
2513 extern "C" void artMethodEntryHook(ArtMethod* method, Thread* self, ArtMethod** sp) in artMethodEntryHook()
2532 ArtMethod** sp, in artMethodExitHook()