Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc35 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artInitializeStaticStorageFromCode() local
44 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artInitializeTypeFromCode() local
54 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artInitializeTypeAndVerifyAccessFromCode() local
62 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artResolveStringFromCode() local
Dquick_trampoline_entrypoints.cc647 ArtMethod* caller = QuickArgumentVisitor::GetCallingMethod(sp); in artQuickToInterpreterBridge() local
826 ArtMethod* caller = QuickArgumentVisitor::GetCallingMethod(sp); in artQuickResolutionTrampoline() local
/art/runtime/native/
Djava_lang_reflect_Constructor.cc49 auto* caller = GetCallingClass(soa.Self(), 1); in Constructor_newInstance() local
Djava_lang_Class.cc442 auto caller = hs.NewHandle<mirror::Class>(nullptr); in Class_newInstance() local
/art/runtime/
Dnth_caller_visitor.h59 ArtMethod* caller; member
Djni_internal.cc2323 const char* caller) in EnsureLocalCapacityInternal()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h49 auto* caller = *caller_sp; in GetCalleeSaveMethodCaller() local
/art/runtime/interpreter/
Dunstarted_runtime.cc417 std::string caller(PrettyMethod(shadow_frame->GetLink()->GetMethod())); in UnstartedThreadLocalGet() local