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

  /external/v8/src/
platform.h 696 static const int kMaxFramesCount = 64;
697 Address stack[kMaxFramesCount]; // Call stack.
cpu-profiler.cc 179 !it.done() && sample->frames_count < TickSample::kMaxFramesCount;
231 || record.sample.frames_count > TickSample::kMaxFramesCount)
log.cc 176 while (!it.done() && i < TickSample::kMaxFramesCount) {
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 246 sample->frames_count = i::TickSample::kMaxFramesCount;
264 CHECK_EQ(1 + i::TickSample::kMaxFramesCount, actual_depth); // +1 for PC.

Completed in 638 milliseconds