Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h37 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker) { in HGraphDelegateVisitor()
38 seen_ids_.ClearAllBits(); in HGraphDelegateVisitor()
122 ArenaBitVector seen_ids_; variable
Dgraph_checker.cc359 if (seen_ids_.IsBitSet(instruction->GetId())) { in VisitInstruction()
363 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction()