/external/libchrome/sandbox/linux/bpf_dsl/ |
D | policy_compiler.cc | 192 CodeGen::Node jumptable = AssembleJumpTable(ranges.begin(), ranges.end()); in DispatchSyscall() 251 CodeGen::Node PolicyCompiler::AssembleJumpTable(Ranges::const_iterator start, in AssembleJumpTable() function in sandbox::bpf_dsl::PolicyCompiler 272 CodeGen::Node jf = AssembleJumpTable(start, mid); in AssembleJumpTable() 273 CodeGen::Node jt = AssembleJumpTable(mid, stop); in AssembleJumpTable()
|
D | policy_compiler.h | 118 CodeGen::Node AssembleJumpTable(Ranges::const_iterator start,
|
/external/v8/src/compiler/ |
D | code-generator.h | 138 void AssembleJumpTable(Label** targets, size_t target_count);
|
D | code-generator.cc | 174 AssembleJumpTable(table->targets(), table->target_count()); in GenerateCode()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1350 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1613 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 | 1677 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 | 1714 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 | 1830 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 | 2101 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 | 1951 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 | 2109 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
|