Searched refs:maps_ (Results 1 – 2 of 2) sorted by relevance
53 unwinder_(max_depth, &maps_, memory_) { in UnwindHelper()54 CHECK(maps_.Parse()); in UnwindHelper()62 bool Reparse() { return maps_.Reparse(); } in Reparse()76 unwindstack::LocalUpdatableMaps maps_; member
515 maps_(graph->GetBlocks().size(), in BCEVisitor()576 return &maps_[basic_block->GetBlockId()]; in GetValueRangeMap()2011 ScopedArenaVector<ScopedArenaSafeMap<int, ValueRange*>> maps_; member in art::BCEVisitor