Searched defs:rl_index (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 486 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 555 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 556 RegLocation rl_dest, RegLocation rl_array, RegLocation rl_index) { in ConvertAget() 568 RegLocation rl_src, RegLocation rl_array, RegLocation rl_index) { in ConvertAput()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1294 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 1382 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1102 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 1199 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 2062 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 2111 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 809 void Mir2Lir::GenArrayObjPut(int opt_flags, RegLocation rl_array, RegLocation rl_index, in GenArrayObjPut()
|