Searched defs:rl_index (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 668 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 750 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1376 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 1462 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1186 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 1260 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 2446 RegLocation rl_index, RegLocation rl_dest, int scale) { in GenArrayGet() 2495 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1043 RegLocation rl_index = info->args[4]; in GenInlinedStringGetCharsNoCheck() local
|
D | gen_common.cc | 1008 void Mir2Lir::GenArrayObjPut(int opt_flags, RegLocation rl_array, RegLocation rl_index, in GenArrayObjPut()
|