Home
last modified time | relevance | path

Searched refs:GetCalleeSaveMethodCaller (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc34 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artInitializeStaticStorageFromCode()
42 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artInitializeTypeFromCode()
51 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artInitializeTypeAndVerifyAccessFromCode()
58 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); in artResolveStringFromCode()
Dquick_trampoline_entrypoints.cc309 return GetCalleeSaveMethodCaller(sp, Runtime::kRefsAndArgs); in GetCallingMethod()
/art/runtime/entrypoints/
Dentrypoint_utils.h182 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp,
Dentrypoint_utils.cc258 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp, in GetCalleeSaveMethodCaller() function
Dentrypoint_utils-inl.h83 inline ArtMethod* GetCalleeSaveMethodCaller(Thread* self, Runtime::CalleeSaveType type) in GetCalleeSaveMethodCaller() function
85 return GetCalleeSaveMethodCaller( in GetCalleeSaveMethodCaller()