Searched refs:caller_and_outer (Results 1 – 1 of 1) sorted by relevance
167 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod( in artResolveTypeFromCode() local169 ArtMethod* caller = caller_and_outer.caller; in artResolveTypeFromCode()176 StoreTypeInBss(caller_and_outer.outer_method, dex::TypeIndex(type_idx), result); in artResolveTypeFromCode()185 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveTypeAndVerifyAccessFromCode() local187 ArtMethod* caller = caller_and_outer.caller; in artResolveTypeAndVerifyAccessFromCode()203 auto caller_and_outer = in artResolveMethodHandleFromCode() local205 ArtMethod* caller = caller_and_outer.caller; in artResolveMethodHandleFromCode()213 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveMethodTypeFromCode() local215 ArtMethod* caller = caller_and_outer.caller; in artResolveMethodTypeFromCode()223 auto caller_and_outer = GetCalleeSaveMethodCallerAndOuterMethod(self, in artResolveStringFromCode() local[all …]