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

/art/runtime/interpreter/
H A Dinterpreter_common.cc524 bool DoCall(ArtMethod* method, Thread* self, ShadowFrame& shadow_frame, function in namespace:art::interpreter
539 const char* old_cause = self->StartAssertNoThreadSuspension("DoCall");
921 // Explicit DoCall template function declarations.
924 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \

Completed in 130 milliseconds