Home
last modified time | relevance | path

Searched refs:switch_branch (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc84 LIR* switch_branch = NewLIR1(kThumb2AddPCR, r_disp.GetReg()); in GenLargeSparseSwitch() local
86 tab_rec->anchor = switch_branch; in GenLargeSparseSwitch()
132 LIR* switch_branch = NewLIR1(kThumb2AddPCR, disp_reg.GetReg()); in GenLargePackedSwitch() local
133 tab_rec->anchor = switch_branch; in GenLargePackedSwitch()
/art/compiler/dex/quick/x86/
Dcall_x86.cc119 LIR* switch_branch = NewLIR1(kX86JmpR, start_of_method_reg.GetReg()); in GenLargePackedSwitch() local
120 tab_rec->anchor = switch_branch; in GenLargePackedSwitch()