Searched refs:StopCollectingProfile (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcpu-profiler.h261 CpuProfile* StopCollectingProfile(const char* title);
262 CpuProfile* StopCollectingProfile(Object* security_token, String* title);
H A Dcpu-profiler.cc277 isolate->cpu_profiler()->StopCollectingProfile(title) : NULL;
284 isolate->cpu_profiler()->StopCollectingProfile(
518 CpuProfile* CpuProfiler::StopCollectingProfile(const char* title) { function in class:v8::internal::CpuProfiler
532 CpuProfile* CpuProfiler::StopCollectingProfile(Object* security_token, function in class:v8::internal::CpuProfiler

Completed in 64 milliseconds