Lines Matching defs:sp

228   static StackReference<mirror::Object>* GetProxyThisObjectReference(ArtMethod** sp)  in GetProxyThisObjectReference()
239 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod()
244 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod()
251 static uint32_t GetCallingDexPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingDexPc()
276 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr()
284 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc()
288 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor()
527 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
535 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor()
647 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
757 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor()
808 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler()
893 GetQuickReferenceArgumentAtVisitor(ArtMethod** sp, in GetQuickReferenceArgumentAtVisitor()
931 ArtMethod** sp) in artQuickGetProxyReferenceArgumentAt()
948 GetQuickReferenceArgumentsVisitor(ArtMethod** sp, in GetQuickReferenceArgumentsVisitor()
975 std::vector<StackReference<mirror::Object>*> GetProxyReferenceArguments(ArtMethod** sp) in GetProxyReferenceArguments()
993 RememberForGcArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in RememberForGcArgumentVisitor()
1030 ArtMethod** sp) in artInstrumentationMethodEntryFromCode()
1087 ArtMethod** sp, in artInstrumentationMethodExitFromCode()
1144 static void DumpB74410240DebugData(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in DumpB74410240DebugData()
1220 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
2179 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline() local
2197 ArtMethod** sp) { in artInvokeCommon()
2255 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeInterfaceTrampolineWithAccessCheck()
2261 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeDirectTrampolineWithAccessCheck()
2270 ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in artInvokeStaticTrampolineWithAccessCheck()
2277 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeSuperTrampolineWithAccessCheck()
2283 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeVirtualTrampolineWithAccessCheck()
2293 ArtMethod** sp) in artInvokeInterfaceTrampoline()
2410 extern "C" uint64_t artInvokePolymorphic(mirror::Object* raw_receiver, Thread* self, ArtMethod** sp) in artInvokePolymorphic()
2531 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom()