Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc63 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 …]
Dbytecodes.cc214 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h785 static bool MakesCallAlongCriticalPath(Bytecode bytecode);