Searched defs:Clobber (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/
H A Dralloc_util.cc172 void Mir2Lir::Clobber(RegStorage reg) { function in class:art::Mir2Lir
175 Clobber(reg.GetLow());
177 Clobber(reg.GetHigh());
373 Clobber(info->GetReg());
389 Clobber(info->GetReg());
537 // Either not found, or something didn't match up. Clobber to prevent any stale instances.
1024 Clobber(reg);
1059 Clobber(reg);
1086 // Clobber the old regs.
1087 Clobber(lo
[all...]

Completed in 23 milliseconds