Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h221 bool use_fast_path = false; in DoInvoke() local
223 use_fast_path = called_method->UseFastInterpreterToInterpreterInvoke(); in DoInvoke()
224 if (!use_fast_path) { in DoInvoke()
225 use_fast_path = UseFastInterpreterToInterpreterInvoke(called_method); in DoInvoke()
226 if (use_fast_path) { in DoInvoke()
232 if (use_fast_path) { in DoInvoke()