Home
last modified time | relevance | path

Searched refs:IsCallOrConstruct (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecodes.cc221 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
Dbytecodes.h771 static constexpr bool IsCallOrConstruct(Bytecode bytecode) { in IsCallOrConstruct() function
904 DCHECK(IsCallOrConstruct(bytecode) || in GetReceiverMode()
Dinterpreter-assembler.cc711 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
740 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc428 if (Bytecodes::IsCallOrConstruct(bytecode)) return true; in BytecodeHasNoSideEffect()
Ddebug.cc304 } else if (interpreter::Bytecodes::IsCallOrConstruct(bytecode)) { in GetDebugBreakType()