Searched refs:InUse (Results 1 – 3 of 3) sorted by relevance
774 if (p->InUse() || p->IsTemp()) { in AllocPreservedDouble()789 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedDouble()814 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedSingle()
149 info->IsTemp(), info->InUse(), info->IsWide(), info->Partner().GetReg(), info->IsLive(), in DumpRegPool()296 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedCoreReg()329 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedFpReg()361 if (info->IsTemp() && !info->InUse() && info->IsDead()) { in AllocTempBody()386 if (info->IsTemp() && !info->InUse()) { in AllocTempBody()
356 bool InUse() { return (storage_mask_ & master_->used_storage_) != 0; } in InUse() function