Home
last modified time | relevance | path

Searched defs:IsLive (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc577 bool Mir2Lir::IsLive(RegStorage reg) { in IsLive() function in art::Mir2Lir
Dmir_to_lir.h362 bool IsLive() { return (master_->liveness_ & storage_mask_) == storage_mask_; } in IsLive() function
/art/compiler/optimizing/
Dnodes.h1292 bool IsLive() const { return is_live_; } in IsLive() function
/art/runtime/gc/
Dheap.cc2318 bool IsLive(mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS { in IsLive() function in art::gc::VerifyReferenceVisitor