Home
last modified time | relevance | path

Searched refs:MakesCallAlongCriticalPath (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc57 if (Bytecodes::MakesCallAlongCriticalPath(bytecode) || in InterpreterAssembler()
75 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer()
84 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset()
142 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTablePointer()
692 if (!Bytecodes::MakesCallAlongCriticalPath(bytecode_)) { in CallPrologue()
710 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()
739 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()
780 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSWithSpreadAndDispatch()
804 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in Construct()
851 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode in ConstructWithSpread()
[all...]
H A Dbytecodes.cc220 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() function in v8::internal::interpreter::Bytecodes
H A Dbytecodes.h900 static bool MakesCallAlongCriticalPath(Bytecode bytecode);

Completed in 6 milliseconds