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

/art/runtime/interpreter/
H A Dinterpreter_common.cc497 static inline bool DoCallCommon(ArtMethod* called_method,
570 static inline bool DoCallCommon(ArtMethod* called_method, function in namespace:art::interpreter
639 const char* old_cause = self->StartAssertNoThreadSuspension("DoCallCommon");
795 return DoCallCommon<is_range, do_assignability_check>(
818 return DoCallCommon<is_range, do_assignability_check>(

Completed in 49 milliseconds