Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc53 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
/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