Searched defs:AssembleJumpTable (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | policy_compiler.cc | 251 CodeGen::Node PolicyCompiler::AssembleJumpTable(Ranges::const_iterator start, in AssembleJumpTable() function in sandbox::bpf_dsl::PolicyCompiler
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1784 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2200 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 | 1958 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2369 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 | 2020 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 | 2061 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 | 2208 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2308 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2599 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|