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