Home | History | Annotate | Download | only in dex

Lines Matching refs:reg_location_

71     : reg_location_(NULL),
1302 if (!show_singles && (reg_location_ != NULL) && reg_location_[i].wide) {
1365 if (reg_location_ == NULL) {
1369 if (IsConst(reg_location_[ssa_reg])) {
1370 if (!singles_only && reg_location_[ssa_reg].wide) {
1372 ConstantValueWide(reg_location_[ssa_reg]));
1375 ConstantValue(reg_location_[ssa_reg]));