Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h281 int samples_count() const { return samples_.length(); } in samples_count() function
/external/v8/src/
Dapi.cc9741 return reinterpret_cast<const i::CpuProfile*>(this)->samples_count(); in GetSamplesCount()