Searched refs:nodes_map_ (Results 1 – 2 of 2) sorted by relevance
258 nodes_map_(allocator_->Adapter(kArenaAllocScheduler)), in SchedulingGraph()265 nodes_map_.Insert(std::make_pair(instr, std::move(node)));272 nodes_map_.Clear(); in Clear()281 auto it = nodes_map_.Find(instr); in GetNode()282 if (it == nodes_map_.end()) { in GetNode()297 return nodes_map_.Size(); in Size()330 ScopedArenaHashMap<const HInstruction*, std::unique_ptr<SchedulingNode>> nodes_map_; variable
450 for (const auto& entry : nodes_map_) { in DumpAsDotGraph()