Searched defs:AssembleJumpTable (Results 1 - 10 of 10) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc192 CodeGen::Node jumptable = AssembleJumpTable(ranges.begin(), ranges.end());
251 CodeGen::Node PolicyCompiler::AssembleJumpTable(Ranges::const_iterator start, function in class:sandbox::bpf_dsl::PolicyCompiler
272 CodeGen::Node jf = AssembleJumpTable(start, mid);
273 CodeGen::Node jt = AssembleJumpTable(mid, stop);
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc2031 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc2092 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc2260 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc2281 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc2559 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc2433 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc2557 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc2760 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc2717 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator

Completed in 761 milliseconds