Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc59 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
/art/compiler/optimizing/
Dbounds_check_elimination.cc515 maps_(graph->GetBlocks().size(), in BCEVisitor()
576 return &maps_[basic_block->GetBlockId()]; in GetValueRangeMap()
2011 ScopedArenaVector<ScopedArenaSafeMap<int, ValueRange*>> maps_; member in art::BCEVisitor