Searched refs:nodes_map_ (Results 1 – 2 of 2) sorted by relevance
328 nodes_map_(allocator_->Adapter(kArenaAllocScheduler)), in SchedulingGraph()335 nodes_map_.insert(std::make_pair(instr, std::move(node)));342 auto it = nodes_map_.find(instr); in GetNode()343 if (it == nodes_map_.end()) { in GetNode()351 return nodes_map_.size(); in Size()392 ScopedArenaHashMap<const HInstruction*, std::unique_ptr<SchedulingNode>> nodes_map_; variable
435 for (const auto& entry : nodes_map_) { in DumpAsDotGraph()