Searched refs:AssembleJumpTable (Results 1 - 13 of 13) 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);
H A Dpolicy_compiler.h118 CodeGen::Node AssembleJumpTable(Ranges::const_iterator start,
/external/v8/src/compiler/
H A Dcode-generator.h201 void AssembleJumpTable(Label** targets, size_t target_count);
H A Dcode-generator.cc217 AssembleJumpTable(table->targets(), table->target_count());
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc2153 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc2577 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.cc2649 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.cc2353 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.cc2653 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.cc2557 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.cc2877 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.cc2844 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.cc2745 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { function in class:v8::internal::compiler::CodeGenerator

Completed in 114 milliseconds