Searched refs:maps_ (Results 1 – 2 of 2) sorted by relevance
59 unwinder_(max_depth, &maps_, memory_) { in UnwindHelper()60 CHECK(maps_.Parse()); in UnwindHelper()69 bool Reparse(bool* any_changed) { return maps_.Reparse(any_changed); } in Reparse()83 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