Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h42 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker), in HGraphDelegateVisitor()
140 ArenaBitVector seen_ids_; variable
Dgraph_checker.cc550 if (seen_ids_.IsBitSet(instruction->GetId())) { in VisitInstruction()
554 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction()
662 ? seen_ids_.IsBitSet(user->GetId()) in VisitInstruction()
697 ? seen_ids_.IsBitSet(user->GetId()) in VisitInstruction()