Home
last modified time | relevance | path

Searched refs:GetJumpTableTargetOffsets (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.h142 JumpTableTargetOffsets GetJumpTableTargetOffsets() const;
Dbytecode-array-iterator.cc247 JumpTableTargetOffsets BytecodeArrayIterator::GetJumpTableTargetOffsets() in GetJumpTableTargetOffsets() function in v8::internal::interpreter::BytecodeArrayIterator
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h148 for (auto offset : iterator_.GetJumpTableTargetOffsets()) { in EmitUnconditionalDeopt()
485 for (auto offset : iterator.GetJumpTableTargetOffsets()) { in CalculatePredecessorCounts()
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc328 iterator.GetJumpTableTargetOffsets()) { in UpdateOutLiveness()
678 iterator.GetJumpTableTargetOffsets()) { in Analyze()
858 iterator.GetJumpTableTargetOffsets()) { in ResumeJumpTargetsAreValid()
Dbytecode-graph-builder.cc3500 bytecode_iterator().GetJumpTableTargetOffsets(); in BuildSwitchOnSmi()
/third_party/node/deps/v8/src/objects/
Dcode.cc647 iterator.GetJumpTableTargetOffsets()) { in Disassemble()
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc2088 iterator().GetJumpTableTargetOffsets(); in VisitSwitchOnSmiNoFeedback()
2247 iterator().GetJumpTableTargetOffsets(); in VisitSwitchOnGeneratorState()