Home
last modified time | relevance | path

Searched refs:ref_class_reg (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc1269 RegStorage ref_class_reg = TargetReg(kArg1, kRef); // kArg1 will hold the Class* of ref. in GenInstanceofCallingHelper() local
1272 ref_class_reg, kNotVolatile); in GenInstanceofCallingHelper()
1277 GenSelectConst32(ref_class_reg, class_reg, kCondEq, 1, 0, rl_result.reg, in GenInstanceofCallingHelper()
1285 OpRegReg(kOpCmp, ref_class_reg, class_reg); // Same? in GenInstanceofCallingHelper()