Lines Matching defs:sp
279 static StackReference<mirror::Object>* GetThisObjectReference(ArtMethod** sp) in GetThisObjectReference()
289 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc()
295 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod()
300 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod()
307 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr()
315 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc()
319 QuickArgumentVisitor(ArtMethod** sp, bool is_static, std::string_view shorty) in QuickArgumentVisitor()
562 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
571 BuildQuickShadowFrameVisitor(ArtMethod** sp, in BuildQuickShadowFrameVisitor()
693 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
778 BuildQuickArgumentVisitor(ArtMethod** sp, in BuildQuickArgumentVisitor()
832 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler()
912 GetQuickReferenceArgumentAtVisitor(ArtMethod** sp, std::string_view shorty, size_t arg_pos) in GetQuickReferenceArgumentAtVisitor()
947 size_t arg_pos, ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in artQuickGetProxyReferenceArgumentAt()
962 GetQuickReferenceArgumentsVisitor(ArtMethod** sp, bool is_static, std::string_view shorty) in GetQuickReferenceArgumentsVisitor()
986 std::vector<StackReference<mirror::Object>*> GetProxyReferenceArguments(ArtMethod** sp) in GetProxyReferenceArguments()
1003 RememberForGcArgumentVisitor(ArtMethod** sp, in RememberForGcArgumentVisitor()
1066 static void DumpB74410240DebugData(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in DumpB74410240DebugData()
1136 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
2093 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline() local
2111 ArtMethod** sp) { in artInvokeCommon()
2179 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeInterfaceTrampolineWithAccessCheck()
2185 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeDirectTrampolineWithAccessCheck()
2191 uint32_t method_idx, [[maybe_unused]] mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeStaticTrampolineWithAccessCheck()
2199 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeSuperTrampolineWithAccessCheck()
2205 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeVirtualTrampolineWithAccessCheck()
2215 ArtMethod** sp) in artInvokeInterfaceTrampoline()
2333 extern "C" uint64_t artInvokePolymorphic(mirror::Object* raw_receiver, Thread* self, ArtMethod** sp) in artInvokePolymorphic()
2455 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom()
2520 extern "C" void artMethodEntryHook(ArtMethod* method, Thread* self, ArtMethod** sp) in artMethodEntryHook()
2544 ArtMethod** sp, in artMethodExitHook()