Searched refs:MakesCallAlongCriticalPath (Results 1 – 3 of 3) sorted by relevance
63 if (Bytecodes::MakesCallAlongCriticalPath(bytecode) || in InterpreterAssembler()80 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer()89 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset()128 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTableRawPointer()678 if (!Bytecodes::MakesCallAlongCriticalPath(bytecode_)) { in CallPrologue()833 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()864 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()902 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSWithSpreadAndDispatch()924 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in Construct()1107 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in ConstructWithSpread()[all …]
214 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() function in v8::internal::interpreter::Bytecodes
785 static bool MakesCallAlongCriticalPath(Bytecode bytecode);