Home
last modified time | relevance | path

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

12

/art/runtime/interpreter/mterp/
Dnterp.cc102 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
108 extern "C" const char* NterpGetShortyFromInvokePolymorphic(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokePolymorphic()
118 extern "C" const char* NterpGetShortyFromInvokeCustom(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokeCustom()
130 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetMethod()
281 ArtMethod* caller, in ResolveFieldWithAccessChecks()
321 extern "C" size_t NterpGetStaticField(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetStaticField()
360 ArtMethod* caller, in NterpGetInstanceFieldOffset()
387 ArtMethod* caller, in NterpGetClassOrAllocateObject()
442 extern "C" mirror::Object* NterpLoadObject(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpLoadObject()
483 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.cc715 ArtMethod* caller = QuickArgumentVisitor::GetCallingMethod(sp); in artQuickToInterpreterBridge() local
1186 ArtMethod* caller = outer_method; in DumpB74410240DebugData() local
1238 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/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.h202 ArtMethod* caller; member
Dentrypoint_utils.cc200 ArtMethod* caller = outer_method; in DoGetCalleeSaveMethodCaller() local
240 ArtMethod* caller = DoGetCalleeSaveMethodCaller(outer_method, caller_pc, do_caller_check); in GetCalleeSaveMethodCaller() local
/art/runtime/jit/
Djit.h320 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition()
Djit.cc1645 ArtMethod* caller, in InvokeVirtualOrInterface()
Djit_code_cache.cc1536 ArtMethod* caller = info->GetMethod(); in GetProfiledMethods() local
/art/runtime/interpreter/
Dinterpreter_common.h1030 static inline bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit()
Dinterpreter_common.cc258 ArtMethod* caller, in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc209 const char* caller) { in UnstartedClassForNameCommon()
702 ObjPtr<mirror::Class> caller = GetCallingClass(self, 2); in UnstartedConstructorNewInstance0() local
/art/openjdkjvm/
DOpenjdkJvm.cc324 jclass caller) { in JVM_NativeLoad()
/art/openjdkjvmti/
Dti_method.cc967 art::Thread* caller, in SetLocalVariableClosure()
/art/runtime/jni/
Djava_vm_ext.cc924 ObjPtr<mirror::Class> caller = soa.Decode<mirror::Class>(caller_class); in LoadNativeLibrary() local
/art/compiler/optimizing/
Dinliner.cc671 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT() local

12