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

  /external/chromium_org/v8/src/
sampler.h 37 frames_count(0),
51 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. member in struct:v8::internal::TickSample
profile-generator.cc 577 ScopedVector<CodeEntry*> entries(sample.frames_count + 3);
626 *stack_end = stack_pos + sample.frames_count;
sampler.cc 617 frames_count = i;
log.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 176 CHECK_GT(sample.frames_count, base + 1);
229 CHECK_GT(sample.frames_count, base + 1);
test-profile-generator.cc 422 sample1.frames_count = 1;
430 sample2.frames_count = 3;
437 sample3.frames_count = 2;
487 sample1.frames_count = 1;
494 sample2.frames_count = 3;
500 sample3.frames_count = 2;
529 sample1.frames_count = 1;
test-cpu-profiler.cc 70 sample->frames_count = 0;
73 sample->frames_count = 1;
77 sample->frames_count = 2;
284 sample->frames_count = i::TickSample::kMaxFramesCount;
285 for (unsigned i = 0; i < sample->frames_count; ++i) {
    [all...]

Completed in 849 milliseconds