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

  /external/v8/src/profiler/
tick-sample.h 37 frames_count(0),
56 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. member in struct:v8::internal::TickSample
tick-sample.cc 95 frames_count = static_cast<unsigned>(info.frames_count);
100 } else if (frames_count) {
122 sample_info->frames_count = 0;
167 sample_info->frames_count = i;
profile-generator.cc 566 entries.reserve(sample.frames_count + 3);
620 *stack_end = stack_pos + sample.frames_count;
  /external/v8/test/cctest/
test-sampler-api.cc 152 size_t frames_count = info.frames_count; local
153 CHECK_LE(frames_count, static_cast<size_t>(sample_.size()));
154 sample_.data().Truncate(static_cast<int>(frames_count));
test-log-stack-tracer.cc 188 CHECK_GT(sample.frames_count, base + 1);
243 CHECK_GT(sample.frames_count, base + 1);
test-profile-generator.cc 366 sample1.frames_count = 1;
374 sample2.frames_count = 3;
381 sample3.frames_count = 2;
437 sample1.frames_count = 1;
445 sample2.frames_count = 3;
452 sample3.frames_count = 2;
486 sample1.frames_count = 1;
test-cpu-profiler.cc 87 sample->frames_count = 0;
90 sample->frames_count = 1;
94 sample->frames_count = 2;
312 sample->frames_count = i::TickSample::kMaxFramesCount;
313 for (unsigned i = 0; i < sample->frames_count; ++i) {
    [all...]
  /external/v8/src/
log.cc     [all...]
  /external/v8/include/
v8.h 1627 size_t frames_count; \/\/ Number of frames collected. member in struct:v8::SampleInfo
    [all...]

Completed in 133 milliseconds