Searched refs:IsCallRuntime (Results 1 – 4 of 4) sorted by relevance
170 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
633 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime() function
924 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
528 if (interpreter::Bytecodes::IsCallRuntime(bytecode)) { in FunctionHasNoSideEffect()