Searched refs:frames_count (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dsampler.h37 frames_count(0),
51 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. member in struct:v8::internal::TickSample
H A Dprofile-generator.cc577 ScopedVector<CodeEntry*> entries(sample.frames_count + 3);
626 *stack_end = stack_pos + sample.frames_count;
H A Dsampler.cc617 frames_count = i;
H A Dlog.cc1536 for (unsigned i = 0; i < sample->frames_count; ++i) {
/external/chromium_org/v8/test/cctest/
H A Dtest-log-stack-tracer.cc176 CHECK_GT(sample.frames_count, base + 1);
229 CHECK_GT(sample.frames_count, base + 1);
H A Dtest-profile-generator.cc422 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;
H A Dtest-cpu-profiler.cc70 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) {

Completed in 1417 milliseconds