Home
last modified time | relevance | path

Searched refs:GetCalleeSaveMethodCallerAndOuterMethod (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc167 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod( in artResolveTypeFromCode()
185 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveTypeAndVerifyAccessFromCode()
204 GetCalleeSaveMethodCallerAndOuterMethod(self, CalleeSaveType::kSaveEverything); in artResolveMethodHandleFromCode()
213 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveMethodTypeFromCode()
223 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveStringFromCode()
H A Dquick_field_entrypoints.cc61 return GetCalleeSaveMethodCallerAndOuterMethod(self, CalleeSaveType::kSaveRefsOnly).caller; in GetReferrer()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils.h207 CallerAndOuterMethod GetCalleeSaveMethodCallerAndOuterMethod(Thread* self, CalleeSaveType type)
H A Dentrypoint_utils.cc247 CallerAndOuterMethod GetCalleeSaveMethodCallerAndOuterMethod(Thread* self, CalleeSaveType type) { in GetCalleeSaveMethodCallerAndOuterMethod() function