Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h153 !interpreter::Bytecodes::UnconditionallyThrows(bytecode)) { in EmitUnconditionalDeopt()
489 interpreter::Bytecodes::UnconditionallyThrows(bytecode)) { in CalculatePredecessorCounts()
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc297 !Bytecodes::UnconditionallyThrows(bytecode)) { in UpdateOutLiveness()
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h809 static constexpr bool UnconditionallyThrows(Bytecode bytecode) { in UnconditionallyThrows() function