Searched defs:rl_obj (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1194 RegLocation rl_obj = info->args[0]; in GenInlinedReferenceGetReferent() local 1245 RegLocation rl_obj = info->args[0]; in GenInlinedCharAt() local 1302 RegLocation rl_obj = info->args[0]; in GenInlinedStringIsEmptyOrLength() local 1493 RegLocation rl_obj = info->args[0]; in GenInlinedIndexOf() local 1704 RegLocation rl_obj = LoadValue(info->args[0], kRefReg); in GenInvoke() local
|
D | gen_common.cc | 723 RegLocation rl_dest, RegLocation rl_obj, bool is_long_or_double, in GenIGet() 770 RegLocation rl_src, RegLocation rl_obj, bool is_long_or_double, in GenIPut()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 580 RegLocation rl_dest, RegLocation rl_obj, int field_index) { in ConvertIget() 592 RegLocation rl_src, RegLocation rl_obj, int field_index) { in ConvertIput()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1241 RegLocation rl_obj = info->args[0]; in GenInlinedIndexOf() local 2838 RegLocation rl_obj = info->args[0]; in GenInlinedCharAt() local
|