Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h246 const CpuProfileNode* GetSample(int index) const;
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc88 array->addItem(v8profile->GetSample(i)->GetNodeId()); in buildInspectorObjectForSamples()
/external/v8/src/
Dapi.cc9248 const CpuProfileNode* CpuProfile::GetSample(int index) const { in GetSample() function in v8::CpuProfile