Home | History | Annotate | Download | only in dex

Lines Matching full:loc

340       LOG(INFO) << StringPrintf("Loc[%02d] : %s, %c %c %c %c %c %c %c%d %c%d S%d",
354 LOG(INFO) << StringPrintf("Loc[%02d] : %s, %c %c %c %c %c %c S%d",
377 RegLocation* loc = static_cast<RegLocation*>(arena_->Alloc(GetNumSSARegs() * sizeof(*loc),
380 loc[i] = fresh_loc;
381 loc[i].s_reg_low = i;
382 loc[i].is_const = is_constant_v_->IsBitSet(i);
386 loc[method_sreg_].location = kLocCompilerTemp;
387 loc[method_sreg_].defined = true;
390 loc[ct->s_reg].location = kLocCompilerTemp;
391 loc[ct->s_reg].defined = true;
394 reg_location_ = loc;