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() function263 ArenaSafeMap<HInstruction*, NodeInfo> map_;
296 map_.Put(instruction, NodeInfo(d1)); in VisitNode()