Home
last modified time | relevance | path

Searched defs:CreateJumpTable (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h693 JumpTableARMVIXL* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() function
Dcode_generator_arm64.h479 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() function
Dcode_generator_x86_64.cc7012 void CreateJumpTable() { in CreateJumpTable() function in art::x86_64::JumpTableRIPFixup
Dcode_generator_x86.cc7658 void CreateJumpTable() { in CreateJumpTable() function in art::x86::JumpTableRIPFixup
/art/compiler/utils/arm/
Dassembler_thumb2.cc3999 JumpTable* Thumb2Assembler::CreateJumpTable(std::vector<Label*>&& labels, Register base_reg) { in CreateJumpTable() function in art::arm::Thumb2Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc2602 JumpTable* MipsAssembler::CreateJumpTable(std::vector<MipsLabel*>&& labels) { in CreateJumpTable() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc2278 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable() function in art::mips64::Mips64Assembler