Searched refs:IsCallRuntime (Results 1 – 4 of 4) sorted by relevance
215 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
674 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime() function
1223 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
887 if (interpreter::Bytecodes::IsCallRuntime(bytecode)) { in FunctionGetSideEffectState()