Searched defs:Map (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dprofiler.h124 typedef std::map<ArtMethod*, uint32_t> Map; // Map of method vs its count. typedef in class:art::ProfileSampleResults
125 Map *table[kHashSize];
128 // Map of method hit by profiler vs the set of stack trie nodes for this method.
133 // Map from <pc, context> to counts.

Completed in 66 milliseconds