Searched refs:IsCallOrConstruct (Results 1 – 5 of 5) sorted by relevance
221 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
771 static constexpr bool IsCallOrConstruct(Bytecode bytecode) { in IsCallOrConstruct() function904 DCHECK(IsCallOrConstruct(bytecode) || in GetReceiverMode()
711 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()740 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
428 if (Bytecodes::IsCallOrConstruct(bytecode)) return true; in BytecodeHasNoSideEffect()
304 } else if (interpreter::Bytecodes::IsCallOrConstruct(bytecode)) { in GetDebugBreakType()