Searched refs:frames_count (Results 1 – 7 of 7) sorted by relevance
37 frames_count(0), in TickSample()51 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. member
577 ScopedVector<CodeEntry*> entries(sample.frames_count + 3); in RecordTickSample()626 *stack_end = stack_pos + sample.frames_count; in RecordTickSample()
617 frames_count = i; in Init()
1536 for (unsigned i = 0; i < sample->frames_count; ++i) { in TickEvent()
422 sample1.frames_count = 1; in TEST()430 sample2.frames_count = 3; in TEST()437 sample3.frames_count = 2; in TEST()487 sample1.frames_count = 1; in TEST()494 sample2.frames_count = 3; in TEST()500 sample3.frames_count = 2; in TEST()529 sample1.frames_count = 1; in TEST()
176 CHECK_GT(sample.frames_count, base + 1); in TEST()229 CHECK_GT(sample.frames_count, base + 1); in TEST()
70 sample->frames_count = 0; in EnqueueTickSampleEvent()73 sample->frames_count = 1; in EnqueueTickSampleEvent()77 sample->frames_count = 2; in EnqueueTickSampleEvent()284 sample->frames_count = i::TickSample::kMaxFramesCount; in TEST()285 for (unsigned i = 0; i < sample->frames_count; ++i) { in TEST()