Searched defs:CreateJumpTable (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ | ||
H A D | code_generator_arm_vixl.h | 886 JumpTableARMVIXL* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() function |
H A D | code_generator_arm64.h | 759 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() function |
H A D | code_generator_x86_64.cc | 8489 void CreateJumpTable() { in CreateJumpTable() function in art::x86_64::JumpTableRIPFixup |
H A D | code_generator_x86.cc | 9159 void CreateJumpTable() { in CreateJumpTable() function in art::x86::JumpTableRIPFixup |
/aosp_15_r20/art/compiler/utils/riscv64/ | ||
H A D | assembler_riscv64.cc | 7357 JumpTable* Riscv64Assembler::CreateJumpTable(ArenaVector<Riscv64Label*>&& labels) { in CreateJumpTable() function in art::riscv64::Riscv64Assembler |