Searched refs:IsCallOrConstruct (Results 1 – 5 of 5) sorted by relevance
170 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
571 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_)); in CallJSWithFeedback()730 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_)); in CallJS()
622 static constexpr bool IsCallOrConstruct(Bytecode bytecode) { in IsCallOrConstruct() function
333 if (Bytecodes::IsCallOrConstruct(bytecode)) return true; in BytecodeHasNoSideEffect()
306 } else if (interpreter::Bytecodes::IsCallOrConstruct(bytecode)) { in GetDebugBreakType()