Searched refs:IsCallRuntime (Results 1 – 5 of 5) sorted by relevance
221 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
788 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime() function
972 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
996 return interpreter::Bytecodes::IsCallRuntime(bytecode); in BytecodeRequiresRuntimeCheck()
2854 if (interpreter::Bytecodes::IsCallRuntime(bytecode)) { in PerformSideEffectCheckAtBytecode()