Searched refs:IsCallOrConstruct (Results 1 – 5 of 5) sorted by relevance
215 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
657 static constexpr bool IsCallOrConstruct(Bytecode bytecode) { in IsCallOrConstruct() function789 DCHECK(IsCallOrConstruct(bytecode) || in GetReceiverMode()
834 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()865 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
427 if (Bytecodes::IsCallOrConstruct(bytecode)) return true; in BytecodeHasNoSideEffect()
265 } else if (interpreter::Bytecodes::IsCallOrConstruct(bytecode)) { in GetDebugBreakType()