Home
last modified time | relevance | path

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

12

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc126 static ALWAYS_INLINE bool CanReferenceBss(ArtMethod* outer_method, ArtMethod* caller) in CanReferenceBss()
169 ArtMethod* caller = caller_and_outer.caller; in artResolveTypeFromCode() local
187 ArtMethod* caller = caller_and_outer.caller; in artResolveTypeAndVerifyAccessFromCode() local
205 ArtMethod* caller = caller_and_outer.caller; in artResolveMethodHandleFromCode() local
215 ArtMethod* caller = caller_and_outer.caller; in artResolveMethodTypeFromCode() local
225 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/runtime/interpreter/mterp/
Dnterp.cc226 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
232 extern "C" const char* NterpGetShortyFromInvokePolymorphic(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokePolymorphic()
242 extern "C" const char* NterpGetShortyFromInvokeCustom(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokeCustom()
254 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetMethod()
415 ArtMethod* caller, in ResolveFieldWithAccessChecks()
461 ArtMethod* caller, in NterpGetStaticField()
504 ArtMethod* caller, in NterpGetInstanceFieldOffset()
534 ArtMethod* caller, in NterpGetClassOrAllocateObject()
590 extern "C" mirror::Object* NterpLoadObject(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpLoadObject()
632 ArtMethod* caller, in DoFilledNewArray()
[all …]
/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()
165 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.cc120 ArtMethod* caller; in GetReflectionCaller() member
129 ObjPtr<mirror::Class> caller = (visitor.caller == nullptr) in GetReflectionCaller() local
911 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/libartbase/base/
Dflags.h97 static void ReloadAllFlags(const std::string& caller) { in ReloadAllFlags()
/art/runtime/jit/
Djit.h323 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition()
/art/runtime/interpreter/
Dinterpreter_common.h869 static inline bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit()
Dinterpreter_common.cc254 ArtMethod* caller, in ArtInterpreterToCompiledCodeBridge()
/art/openjdkjvm/
DOpenjdkJvm.cc325 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.cc970 art::Thread* caller, in SetLocalVariableClosure()

12