Searched refs:NodeInfo (Results 1 – 2 of 2) sorted by relevance
45 struct NodeInfo { struct46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() argument223 ArenaSafeMap<HInstruction*, NodeInfo> map_;
150 map_.Put(instruction, NodeInfo(d1)); in VisitNode()