/art/runtime/interpreter/mterp/ |
D | nterp.cc | 102 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/ |
D | quick_dexcache_entrypoints.cc | 116 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
|
D | quick_trampoline_entrypoints.cc | 715 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/ |
D | NewClass.java | 28 StackTrace.StackFrameData caller = null; in sayHi() local
|
/art/test/642-fp-callees/src/ |
D | Main.java | 24 public static void caller(int a, int b, long c) { in caller() method in Main
|
/art/runtime/ |
D | nth_caller_visitor.h | 61 ArtMethod* caller; member
|
/art/test/952-invoke-custom/src/ |
D | TestLinkerMethodMinimalArguments.java | 60 MethodHandles.Lookup caller, String name, MethodType methodType) throws Throwable { in linkerMethod()
|
D | TestLinkerMethodWithRange.java | 78 MethodHandles.Lookup caller, in primLinkerMethod() 150 MethodHandles.Lookup caller, String name, MethodType methodType) throws Throwable { in refLinkerMethod()
|
D | TestInvokeCustomWithConcurrentThreads.java | 86 MethodHandles.Lookup caller, String name, MethodType methodType) throws Throwable { in linkerMethod()
|
D | TestLinkerMethodMultipleArgumentTypes.java | 79 MethodHandles.Lookup caller, in linkerMethod()
|
/art/test/common/ |
D | stack_inspect.cc | 48 NthCallerVisitor caller(soa.Self(), level, false); in IsInterpreted() local 139 NthCallerVisitor caller(soa.Self(), level, false); in IsManaged() local
|
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 79 ObjPtr<mirror::Class> caller = GetCallingClass(soa.Self(), 2); in Constructor_newInstance0() local
|
D | java_lang_Class.cc | 118 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/ |
D | entrypoint_utils.h | 202 ArtMethod* caller; member
|
D | entrypoint_utils.cc | 200 ArtMethod* caller = outer_method; in DoGetCalleeSaveMethodCaller() local 240 ArtMethod* caller = DoGetCalleeSaveMethodCaller(outer_method, caller_pc, do_caller_check); in GetCalleeSaveMethodCaller() local
|
/art/runtime/jit/ |
D | jit.h | 320 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition()
|
D | jit.cc | 1645 ArtMethod* caller, in InvokeVirtualOrInterface()
|
D | jit_code_cache.cc | 1536 ArtMethod* caller = info->GetMethod(); in GetProfiledMethods() local
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 1030 static inline bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit()
|
D | interpreter_common.cc | 258 ArtMethod* caller, in ArtInterpreterToCompiledCodeBridge()
|
D | unstarted_runtime.cc | 209 const char* caller) { in UnstartedClassForNameCommon() 702 ObjPtr<mirror::Class> caller = GetCallingClass(self, 2); in UnstartedConstructorNewInstance0() local
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 324 jclass caller) { in JVM_NativeLoad()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 967 art::Thread* caller, in SetLocalVariableClosure()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 924 ObjPtr<mirror::Class> caller = soa.Decode<mirror::Class>(caller_class); in LoadNativeLibrary() local
|
/art/compiler/optimizing/ |
D | inliner.cc | 671 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT() local
|