Searched refs:class_reg (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/
H A Dgen_common.cc1091 RegStorage class_reg = TargetReg(kArg2, kRef); // kArg2 will hold the Class* local
1098 OpRegCopy(class_reg, ret_reg); // Align usage with fast path
1103 class_reg, kNotVolatile);
1110 // Load dex cache entry into class_reg (kArg2)
1112 class_reg, kNotVolatile);
1114 LoadRefDisp(class_reg, offset_of_type, class_reg, kNotVolatile);
1116 LIR* slow_path_branch = OpCmpImmBranch(kCondEq, class_reg, 0, NULL);
1165 GenSelectConst32(ref_class_reg, class_reg, kCondEq, 1, 0, rl_result.reg,
1173 OpRegReg(kOpCmp, ref_class_reg, class_reg); // Sam
1190 OpRegCopy(TargetReg(kArg0, kRef), class_reg); // .ne case - arg0 <= class local
1245 RegStorage class_reg = TargetReg(kArg2, kRef); // kArg2 will hold the Class* local
1269 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, const RegStorage class_reg) argument
[all...]

Completed in 70 milliseconds