Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc157 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod( in artResolveTypeFromCode()
175 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveTypeAndVerifyAccessFromCode()
192 GetCalleeSaveMethodCallerAndOuterMethod(self, CalleeSaveType::kSaveEverything); in artResolveMethodHandleFromCode()
201 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveMethodTypeFromCode()
211 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveStringFromCode()
Dquick_field_entrypoints.cc61 return GetCalleeSaveMethodCallerAndOuterMethod(self, CalleeSaveType::kSaveRefsOnly).caller; in GetReferrer()
/art/runtime/entrypoints/
Dentrypoint_utils.h207 CallerAndOuterMethod GetCalleeSaveMethodCallerAndOuterMethod(Thread* self, CalleeSaveType type)
Dentrypoint_utils.cc247 CallerAndOuterMethod GetCalleeSaveMethodCallerAndOuterMethod(Thread* self, CalleeSaveType type) { in GetCalleeSaveMethodCallerAndOuterMethod() function