HomeSort by relevance Sort by last modified time
    Searched full:line_ticks_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/profiler/
profile-generator-inl.h 40 line_ticks_(LineTickMatch) {
profile-generator.h 189 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); }
218 base::CustomMatcherHashMap line_ticks_; member in class:v8::internal::ProfileNode
profile-generator.cc 221 line_ticks_.LookupOrInsert(reinterpret_cast<void*>(src_line), src_line);
231 unsigned line_count = line_ticks_.occupancy();
238 for (base::HashMap::Entry *p = line_ticks_.Start(); p != NULL;
239 p = line_ticks_.Next(p), entry++) {

Completed in 60 milliseconds