Lines Matching refs:AllChildContext
36 auto It = AllChildContext.find(Hash); in getChildContext()
37 if (It != AllChildContext.end()) in getChildContext()
49 for (auto &It : AllChildContext) { in getHottestChildContext()
71 std::map<uint64_t, ContextTrieNode> &AllChildContext = in moveContextSamples() local
73 assert(!AllChildContext.count(Hash) && "Node to remove must exist"); in moveContextSamples()
74 ContextTrieNode &NewNode = AllChildContext[Hash]; in moveContextSamples()
109 AllChildContext.erase(Hash); in removeChildContext()
113 return AllChildContext; in getAllChildContext()
157 for (auto &It : AllChildContext) { in dumpNode()
182 auto It = AllChildContext.find(Hash); in getOrCreateChildContext()
183 if (It != AllChildContext.end()) { in getOrCreateChildContext()
192 ContextTrieNode &ACC = AllChildContext[Hash]; in getOrCreateChildContext()