Searched refs:class_reg (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 1091 RegStorage class_reg = TargetReg(kArg2, kRef); // kArg2 will hold the Class* in GenInstanceofCallingHelper() local 1098 OpRegCopy(class_reg, ret_reg); // Align usage with fast path in GenInstanceofCallingHelper() 1103 class_reg, kNotVolatile); in GenInstanceofCallingHelper() 1112 class_reg, kNotVolatile); in GenInstanceofCallingHelper() 1114 LoadRefDisp(class_reg, offset_of_type, class_reg, kNotVolatile); in GenInstanceofCallingHelper() 1116 LIR* slow_path_branch = OpCmpImmBranch(kCondEq, class_reg, 0, NULL); in GenInstanceofCallingHelper() 1165 GenSelectConst32(ref_class_reg, class_reg, kCondEq, 1, 0, rl_result.reg, in GenInstanceofCallingHelper() 1173 OpRegReg(kOpCmp, ref_class_reg, class_reg); // Same? in GenInstanceofCallingHelper() 1177 OpRegCopy(ref_reg, class_reg); // .ne case - arg0 <= class in GenInstanceofCallingHelper() 1190 OpRegCopy(TargetReg(kArg0, kRef), class_reg); // .ne case - arg0 <= class in GenInstanceofCallingHelper() [all …]
|