Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.h327 nodes_map_(allocator_->Adapter(kArenaAllocScheduler)), in SchedulingGraph()
334 nodes_map_.insert(std::make_pair(instr, std::move(node)));
341 auto it = nodes_map_.find(instr); in GetNode()
342 if (it == nodes_map_.end()) { in GetNode()
350 return nodes_map_.size(); in Size()
391 ScopedArenaHashMap<const HInstruction*, std::unique_ptr<SchedulingNode>> nodes_map_; variable
Dscheduler.cc463 for (const auto& entry : nodes_map_) { in DumpAsDotGraph()