Searched refs:use_fast_path (Results 1 – 1 of 1) sorted by relevance
319 bool use_fast_path = false; in DoInvoke() local321 use_fast_path = called_method->UseFastInterpreterToInterpreterInvoke(); in DoInvoke()322 if (!use_fast_path) { in DoInvoke()323 use_fast_path = UseFastInterpreterToInterpreterInvoke(called_method); in DoInvoke()324 if (use_fast_path) { in DoInvoke()330 if (use_fast_path) { in DoInvoke()