Home
last modified time | relevance | path

Searched refs:AssembleJumpTable (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h364 void AssembleJumpTable(Label** targets, size_t target_count);
Dcode-generator.cc387 AssembleJumpTable(table->targets(), table->target_count()); in AssembleCode()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc2605 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3541 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3832 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc4183 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4530 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc4444 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc5228 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4613 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc4382 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator