Searched refs:AllChildContext (Results 1 – 2 of 2) sorted by relevance
37 auto It = AllChildContext.find(Hash); in getChildContext()38 if (It != AllChildContext.end()) in getChildContext()50 for (auto &It : AllChildContext) { in getHottestChildContext()75 AllChildContext[Hash] = NodeToMove; in moveContextSamples()76 ContextTrieNode &NewNode = AllChildContext[Hash]; in moveContextSamples()110 AllChildContext.erase(Hash); in removeChildContext()114 return AllChildContext; in getAllChildContext()156 for (auto &It : AllChildContext) { in dumpNode()181 auto It = AllChildContext.find(Hash); in getOrCreateChildContext()182 if (It != AllChildContext.end()) { in getOrCreateChildContext()[all …]
64 std::map<uint64_t, ContextTrieNode> AllChildContext;