Searched defs:CreateJumpTable (Results 1 – 6 of 6) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | code_generator_arm64.h | 499 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() function |
| D | code_generator_arm_vixl.h | 730 JumpTableARMVIXL* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() function |
| D | code_generator_x86_64.cc | 7510 void CreateJumpTable() { in CreateJumpTable() function in art::x86_64::JumpTableRIPFixup |
| D | code_generator_x86.cc | 8207 void CreateJumpTable() { in CreateJumpTable() function in art::x86::JumpTableRIPFixup |
| /art/compiler/utils/mips64/ | ||
| D | assembler_mips64.cc | 2971 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable() function in art::mips64::Mips64Assembler |
| /art/compiler/utils/mips/ | ||
| D | assembler_mips.cc | 3820 JumpTable* MipsAssembler::CreateJumpTable(std::vector<MipsLabel*>&& labels) { in CreateJumpTable() function in art::mips::MipsAssembler |