Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy_compiler.cc192 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()
Dpolicy_compiler.h118 CodeGen::Node AssembleJumpTable(Ranges::const_iterator start,
/external/v8/src/compiler/
Dcode-generator.h138 void AssembleJumpTable(Label** targets, size_t target_count);
Dcode-generator.cc174 AssembleJumpTable(table->targets(), table->target_count()); in GenerateCode()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1350 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1613 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1677 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1714 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1830 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2101 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1951 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2109 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() function in v8::internal::compiler::CodeGenerator