Home
last modified time | relevance | path

Searched refs:IsPending (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.cc113 DCHECK(!move->IsPending()); in PerformMove()
134 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
189 DCHECK(other_move.IsPending()); in PerformMove()
396 DCHECK(!move->IsPending()); in PerformMove()
424 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
Dnodes.h3836 DCHECK(!IsPending()); in MarkPending()
3843 DCHECK(IsPending()); in ClearPending()
3847 bool IsPending() const { in IsPending() function