Home
last modified time | relevance | path

Searched defs:jump_table (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc144 BytecodeJumpTable* jump_table) { in WriteSwitch()
172 void BytecodeArrayWriter::BindJumpTableEntry(BytecodeJumpTable* jump_table, in BindJumpTableEntry()
516 BytecodeJumpTable* jump_table) { in EmitSwitch()
Dcontrol-flow-builders.h157 BytecodeJumpTable* jump_table) in SwitchBuilder()
Dbytecode-array-builder.cc186 BytecodeJumpTable* jump_table) { in WriteSwitch()
387 BytecodeJumpTable* jump_table) { in OutputSwitchOnSmiNoFeedback()
1116 BytecodeArrayBuilder& BytecodeArrayBuilder::Bind(BytecodeJumpTable* jump_table, in Bind()
1278 BytecodeJumpTable* jump_table) { in SwitchOnSmiNoFeedback()
1395 Register generator, BytecodeJumpTable* jump_table) { in SwitchOnGeneratorState()
Dbytecode-generator.cc285 BytecodeJumpTable* jump_table = in ApplyDeferredCommands() local
1995 BytecodeJumpTable* jump_table = nullptr; in VisitSwitchStatement() local
4723 BytecodeJumpTable* jump_table = in VisitYield() local
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h861 WasmCode* jump_table; member
Dwasm-code-manager.cc1606 WasmCode* jump_table = nullptr; in AddCodeSpaceLocked() local
1793 auto jump_table_usable = [code_region](const WasmCode* jump_table) { in FindJumpTablesForRegionLocked()