Searched refs:rl_src_obj (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_invoke.cc1448 RegLocation rl_src_obj = info->args[1]; // Object local
1453 RegLocation rl_object = LoadValue(rl_src_obj, kRefReg);
1493 RegLocation rl_src_obj = info->args[1]; // Object local
1500 RegLocation rl_object = LoadValue(rl_src_obj, kRefReg);
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1112 RegLocation rl_src_obj = info->args[1]; // Object - known non-null local
1129 RegLocation rl_object = LoadValue(rl_src_obj, kRefReg);
1150 const bool obj_in_di = IsInReg(this, rl_src_obj, rs_rDI);
1151 const bool obj_in_si = IsInReg(this, rl_src_obj, rs_rSI);
1185 LoadWordDisp(rs_rSP, SRegOffset(rl_src_obj.s_reg_low) + push_offset, rs_obj);
1231 RegLocation rl_object = LoadValue(rl_src_obj, kRefReg);
/art/compiler/dex/quick/arm/
H A Dint_arm.cc833 RegLocation rl_src_obj = info->args[1]; // Object - known non-null local
887 RegLocation rl_object = LoadValue(rl_src_obj, kRefReg);
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc743 RegLocation rl_src_obj = info->args[1]; // Object - known non-null local
752 RegLocation rl_object = LoadValue(rl_src_obj, kRefReg);

Completed in 450 milliseconds