Home
last modified time | relevance | path

Searched refs:line_ticks_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator-inl.h40 line_ticks_(LineTickMatch) { in ProfileNode()
Dprofile-generator.cc221 line_ticks_.LookupOrInsert(reinterpret_cast<void*>(src_line), src_line); in IncrementLineTicks()
231 unsigned line_count = line_ticks_.occupancy(); in GetLineTicks()
238 for (base::HashMap::Entry *p = line_ticks_.Start(); p != NULL; in GetLineTicks()
239 p = line_ticks_.Next(p), entry++) { in GetLineTicks()
Dprofile-generator.h189 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); } in GetHitLineCount()
218 base::CustomMatcherHashMap line_ticks_; variable