Home
last modified time | relevance | path

Searched refs:last_profile (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dprofiler-extension.cc37 v8::CpuProfile* ProfilerExtension::last_profile = NULL; member in v8::internal::ProfilerExtension
67 last_profile = NULL; in StartProfiling()
78 last_profile = cpu_profiler->StopProfiling((args.Length() > 0) in StopProfiling()
Dprofiler-extension.h45 static v8::CpuProfile* last_profile; variable
Dtest-profile-generator.cc597 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; in TEST()
707 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; in TEST()
Dtest-cpu-profiler.cc1690 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; in TEST()