Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h41 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker), in HGraphDelegateVisitor()
43 seen_ids_.ClearAllBits(); in HGraphDelegateVisitor()
129 ArenaBitVector seen_ids_; variable
Dgraph_checker.cc360 if (seen_ids_.IsBitSet(instruction->GetId())) { in VisitInstruction()
364 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction()