HomeSort by relevance Sort by last modified time
    Searched refs:GetHitLineCount (Results 1 - 4 of 4) sorted by null

  /external/v8/include/
v8-profiler.h 184 unsigned int GetHitLineCount() const;
  /external/v8/src/profiler/
profile-generator.h 189 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); }
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 32 unsigned lineCount = node->GetHitLineCount();
  /external/v8/src/
api.cc     [all...]

Completed in 54 milliseconds