Searched refs:nodes_map_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dscheduler.h258 nodes_map_(allocator_->Adapter(kArenaAllocScheduler)),
265 nodes_map_.Insert(std::make_pair(instr, std::move(node)));
272 nodes_map_.Clear();
281 auto it = nodes_map_.Find(instr);
282 if (it == nodes_map_.end()) {
297 return nodes_map_.Size();
330 ScopedArenaHashMap<const HInstruction*, std::unique_ptr<SchedulingNode>> nodes_map_; member in class:art::SchedulingGraph
H A Dscheduler.cc450 for (const auto& entry : nodes_map_) {

Completed in 131 milliseconds