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