Searched refs:nodes_map_ (Results 1 – 2 of 2) sorted by relevance
327 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
457 for (const auto& entry : nodes_map_) { in DumpAsDotGraph()