Searched defs:IsDead (Results 1 - 2 of 2) sorted by path

/art/compiler/dex/quick/
H A Dmir_to_lir.h339 bool IsDead() { return (master_->liveness_ & storage_mask_) == 0; } function in class:art::Mir2Lir::RegisterInfo
340 // Liveness of this view matches. Note: not equivalent to !IsDead().
/art/compiler/optimizing/
H A Dnodes.h3064 bool IsDead() const { return !is_live_; } function in class:art::HPhi

Completed in 56 milliseconds