Home
last modified time | relevance | path

Searched refs:frames_count (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/cctest/
Dtest-sampler-api.cc146 size_t frames_count = info.frames_count; in DoCollectSample() local
147 CHECK_LE(frames_count, static_cast<size_t>(sample_.size())); in DoCollectSample()
148 sample_.data().Truncate(static_cast<int>(frames_count)); in DoCollectSample()
Dtest-profile-generator.cc368 sample1.frames_count = 1; in TEST()
376 sample2.frames_count = 3; in TEST()
383 sample3.frames_count = 2; in TEST()
433 sample1.frames_count = 1; in TEST()
440 sample2.frames_count = 3; in TEST()
446 sample3.frames_count = 2; in TEST()
475 sample1.frames_count = 1; in TEST()
Dtest-log-stack-tracer.cc182 CHECK_GT(sample.frames_count, base + 1); in TEST()
236 CHECK_GT(sample.frames_count, base + 1); in TEST()
Dtest-cpu-profiler.cc91 sample->frames_count = 0; in EnqueueTickSampleEvent()
94 sample->frames_count = 1; in EnqueueTickSampleEvent()
98 sample->frames_count = 2; in EnqueueTickSampleEvent()
305 sample->frames_count = i::TickSample::kMaxFramesCount; in TEST()
306 for (unsigned i = 0; i < sample->frames_count; ++i) { in TEST()
/external/v8/src/profiler/
Dsampler.h38 frames_count(0), in TickSample()
57 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. member
Dsampler.cc701 frames_count = static_cast<unsigned>(info.frames_count); in Init()
709 sample_info->frames_count = 0; in GetStackSample()
727 sample_info->frames_count = i; in GetStackSample()
Dprofile-generator.cc578 ScopedVector<CodeEntry*> entries(sample.frames_count + 3); in RecordTickSample()
638 *stack_end = stack_pos + sample.frames_count; in RecordTickSample()
/external/v8/src/
Dlog.cc1513 for (unsigned i = 0; i < sample->frames_count; ++i) { in TickEvent()
/external/v8/include/
Dv8.h1652 size_t frames_count; member