Searched refs:AssembleJumpTable (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | code-generator.h | 321 void AssembleJumpTable(Label** targets, size_t target_count);
|
D | code-generator.cc | 296 AssembleJumpTable(table->targets(), table->target_count()); in AssembleCode()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2714 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2770 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 3303 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 3505 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 3606 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 3821 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 3463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 4597 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|