Home
last modified time | relevance | path

Searched refs:samples_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.h281 int samples_count() const { return samples_.length(); } in samples_count() function
/external/v8/test/cctest/
Dtest-profile-generator.cc460 CHECK_EQ(3, profile->samples_count()); in TEST()
494 CHECK_EQ(0, profile->samples_count()); in TEST()
/external/v8/src/
Dapi.cc8383 return reinterpret_cast<const i::CpuProfile*>(this)->samples_count(); in GetSamplesCount()