Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc235 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
1205 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() function
1432 return DoCallCommon<is_range, do_assignability_check>( in DoCall()