Searched refs:use_fast_path (Results 1 – 1 of 1) sorted by relevance
221 bool use_fast_path = false; in DoInvoke() local223 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()