Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h141 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
662 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvoke()
707 return DoCall<is_range, false>(called_method, self, shadow_frame, inst, inst_data, result); in DoInvokeVirtualQuick()
Dinterpreter_common.cc801 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() function
938 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \
Dunstarted_runtime_test.cc400 interpreter::DoCall<false, false>(method, self, *shadow_frame, inst, inst_data[0], &result); in TEST_F()