Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc76 jump_tables_(nullptr), in CodeGenerator()
383 if (jump_tables_) { in AssembleCode()
385 for (JumpTable* table = jump_tables_; table; table = table->next()) { in AssembleCode()
952 jump_tables_ = zone()->New<JumpTable>(jump_tables_, targets, target_count); in AddJumpTable()
953 return jump_tables_->label(); in AddJumpTable()
Dcode-generator.h459 JumpTable* jump_tables_; variable