Searched defs:DoCallCommon (Results 1 - 1 of 1) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_common.cc504 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
1193 static inline bool DoCallCommon(ArtMethod* called_method, function in namespace:art::interpreter
1278 const char* old_cause = self->StartAssertNoThreadSuspension("DoCallCommon");
1420 return DoCallCommon<is_range, do_assignability_check>(

Completed in 48 milliseconds