Home
last modified time | relevance | path

Searched refs:InUse (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/arm/
Dtarget_arm.cc774 if (p->InUse() || p->IsTemp()) { in AllocPreservedDouble()
789 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedDouble()
814 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedSingle()
/art/compiler/dex/quick/
Dralloc_util.cc149 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()
Dmir_to_lir.h356 bool InUse() { return (storage_mask_ & master_->used_storage_) != 0; } in InUse() function