Home
last modified time | relevance | path

Searched defs:caller (Results 1 – 25 of 31) sorted by relevance

12

/art/runtime/interpreter/mterp/
Dnterp.cc130 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
136 extern "C" const char* NterpGetShortyFromInvokePolymorphic(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokePolymorphic()
146 extern "C" const char* NterpGetShortyFromInvokeCustom(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokeCustom()
158 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetMethod()
310 ArtMethod* caller, in ResolveFieldWithAccessChecks()
350 extern "C" size_t NterpGetStaticField(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetStaticField()
390 ArtMethod* caller, in NterpGetInstanceFieldOffset()
418 ArtMethod* caller, in NterpGetClassOrAllocateObject()
474 extern "C" mirror::Object* NterpLoadObject(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpLoadObject()
516 ArtMethod* caller, in DoFilledNewArray()
[all …]
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc116 static ALWAYS_INLINE bool CanReferenceBss(ArtMethod* outer_method, ArtMethod* caller) in CanReferenceBss()
159 ArtMethod* caller = caller_and_outer.caller; in artResolveTypeFromCode() local
177 ArtMethod* caller = caller_and_outer.caller; in artResolveTypeAndVerifyAccessFromCode() local
193 ArtMethod* caller = caller_and_outer.caller; in artResolveMethodHandleFromCode() local
203 ArtMethod* caller = caller_and_outer.caller; in artResolveMethodTypeFromCode() local
213 ArtMethod* caller = caller_and_outer.caller; in artResolveStringFromCode() local
Dquick_trampoline_entrypoints.cc714 ArtMethod* caller = QuickArgumentVisitor::GetCallingMethod(sp); in artQuickToInterpreterBridge() local
1185 ArtMethod* caller = outer_method; in DumpB74410240DebugData() local
1237 ArtMethod* caller = nullptr; in artQuickResolutionTrampoline() local
/art/test/1964-add-to-dex-classloader-file/src-ex/foobar/
DNewClass.java28 StackTrace.StackFrameData caller = null; in sayHi() local
/art/test/179-nonvirtual-jni/
Dnonvirtual-call.cc26 JNIEnv* env, jclass, jclass lookup, jclass caller, jobject recv) { in Java_Main_callSayHiMethodNonvirtualWith() argument
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc37 static inline uint32_t GetInvokeStaticMethodIndex(ArtMethod* caller, uint32_t dex_pc) in GetInvokeStaticMethodIndex()
162 ArtMethod* caller = in artCriticalNativeFrameSize() local
/art/test/179-nonvirtual-jni/src/
DMain.java56 …private static native void callSayHiMethodNonvirtualWith(Class<?> lookup, Class<?> caller, Object … in callSayHiMethodNonvirtualWith()
/art/test/642-fp-callees/src/
DMain.java24 public static void caller(int a, int b, long c) { in caller() method in Main
/art/runtime/
Dnth_caller_visitor.h61 ArtMethod* caller; member
/art/test/952-invoke-custom/src/
DTestLinkerMethodMinimalArguments.java60 MethodHandles.Lookup caller, String name, MethodType methodType) throws Throwable { in linkerMethod()
DTestLinkerMethodWithRange.java78 MethodHandles.Lookup caller, in primLinkerMethod()
150 MethodHandles.Lookup caller, String name, MethodType methodType) throws Throwable { in refLinkerMethod()
DTestInvokeCustomWithConcurrentThreads.java86 MethodHandles.Lookup caller, String name, MethodType methodType) throws Throwable { in linkerMethod()
DTestLinkerMethodMultipleArgumentTypes.java79 MethodHandles.Lookup caller, in linkerMethod()
/art/test/common/
Dstack_inspect.cc48 NthCallerVisitor caller(soa.Self(), level, false); in IsInterpreted() local
139 NthCallerVisitor caller(soa.Self(), level, false); in IsManaged() local
/art/runtime/native/
Djava_lang_reflect_Constructor.cc79 ObjPtr<mirror::Class> caller = GetCallingClass(soa.Self(), 2); in Constructor_newInstance0() local
Djava_lang_Class.cc118 ArtMethod* caller; in GetReflectionCaller() member
127 ObjPtr<mirror::Class> caller = (visitor.caller == nullptr) in GetReflectionCaller() local
909 auto caller = hs.NewHandle<mirror::Class>(nullptr); in Class_newInstance() local
/art/runtime/entrypoints/
Dentrypoint_utils.h203 ArtMethod* caller; member
Dentrypoint_utils.cc203 ArtMethod* caller = outer_method; in DoGetCalleeSaveMethodCaller() local
243 ArtMethod* caller = DoGetCalleeSaveMethodCaller(outer_method, caller_pc, do_caller_check); in GetCalleeSaveMethodCaller() local
/art/runtime/jit/
Djit.h321 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition()
Djit.cc1661 ArtMethod* caller, in InvokeVirtualOrInterface()
/art/runtime/interpreter/
Dinterpreter_common.h1030 static inline bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit()
Dinterpreter_common.cc258 ArtMethod* caller, in ArtInterpreterToCompiledCodeBridge()
/art/openjdkjvm/
DOpenjdkJvm.cc324 jclass caller) { in JVM_NativeLoad()
/art/runtime/jni/
Djava_vm_ext.cc926 ObjPtr<mirror::Class> caller = soa.Decode<mirror::Class>(caller_class); in LoadNativeLibrary() local
/art/openjdkjvmti/
Dti_method.cc967 art::Thread* caller, in SetLocalVariableClosure()

12