Home
last modified time | relevance | path

Searched defs:rl_index (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/mips/
Dint_mips.cc486 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/
Dmir_to_gbc.cc556 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/
Dint_arm.cc1294 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/
Dint_arm64.cc1102 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/
Dint_x86.cc2062 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/
Dgen_common.cc809 void Mir2Lir::GenArrayObjPut(int opt_flags, RegLocation rl_array, RegLocation rl_index, in GenArrayObjPut()