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.cc668 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/
Dint_arm.cc1376 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/
Dint_arm64.cc1186 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/
Dint_x86.cc2446 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/
Dgen_invoke.cc1043 RegLocation rl_index = info->args[4]; in GenInlinedStringGetCharsNoCheck() local
Dgen_common.cc1008 void Mir2Lir::GenArrayObjPut(int opt_flags, RegLocation rl_array, RegLocation rl_index, in GenArrayObjPut()