Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc441 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
904 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() function
1107 return DoCallCommon<is_range, do_assignability_check>( in DoCall()