Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h147 const CpuProfileNode* GetSample(int index) const;
/external/v8/test/cctest/
Dtest-cpu-profiler.cc708 CHECK(profile->GetSample(i)); in TEST()
/external/v8/src/
Dapi.cc8017 const CpuProfileNode* CpuProfile::GetSample(int index) const { in GetSample() function in v8::CpuProfile