Home
last modified time | relevance | path

Searched refs:EnableSwitchJumpTable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h280 enum EnableSwitchJumpTable { enum
290 EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter,
745 EnableSwitchJumpTable enable_switch_jump_table_;
Dinstruction-selector.cc45 EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter, in InstructionSelector()