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

  /external/v8/test/cctest/
test-cpu-profiler.cc 257 int actual_depth = 0; local
261 ++actual_depth;
264 CHECK_EQ(1 + i::TickSample::kMaxFramesCount, actual_depth); // +1 for PC.
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 298 int actual_depth = 0; local
302 ++actual_depth;
305 CHECK_EQ(1 + i::TickSample::kMaxFramesCount, actual_depth); // +1 for PC.
    [all...]

Completed in 860 milliseconds