Searched refs:ref_class_reg (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 1157 RegStorage ref_class_reg = TargetReg(kArg1, kRef); // kArg1 will hold the Class* of ref. in GenInstanceofCallingHelper() local 1160 ref_class_reg, kNotVolatile); 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()
|