Searched refs:FindSuperMethodToCall (Results 1 – 4 of 4) sorted by relevance
131 inline ArtMethod* FindSuperMethodToCall(uint32_t method_idx,
607 ALWAYS_INLINE ArtMethod* FindSuperMethodToCall(uint32_t method_idx, in FindSuperMethodToCall() function
263 ? FindSuperMethodToCall</*access_check=*/false>(method_index, resolved_method, caller, self) in NterpGetMethod()264 : FindSuperMethodToCall</*access_check=*/true>(method_index, resolved_method, caller, self); in NterpGetMethod()
960 ArtMethod* actual_method = FindSuperMethodToCall</*access_check=*/true>( in ResolveMethod()