Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h131 inline ArtMethod* FindSuperMethodToCall(uint32_t method_idx,
Dentrypoint_utils-inl.h606 ALWAYS_INLINE ArtMethod* FindSuperMethodToCall(uint32_t method_idx, in FindSuperMethodToCall() function
/art/runtime/interpreter/mterp/
Dnterp.cc348 ? 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()
/art/compiler/optimizing/
Dinstruction_builder.cc969 ArtMethod* actual_method = FindSuperMethodToCall</*access_check=*/true>( in ResolveMethod()