Searched defs:IsLive (Results 1 – 4 of 4) sorted by relevance
577 bool Mir2Lir::IsLive(RegStorage reg) { in IsLive() function in art::Mir2Lir
362 bool IsLive() { return (master_->liveness_ & storage_mask_) == storage_mask_; } in IsLive() function
1292 bool IsLive() const { return is_live_; } in IsLive() function
2318 bool IsLive(mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS { in IsLive() function in art::gc::VerifyReferenceVisitor