Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dprofiler-extension.cc36 v8::CpuProfile* ProfilerExtension::last_profile = NULL; member in v8::internal::ProfilerExtension
61 last_profile = NULL; in StartProfiling()
71 last_profile = cpu_profiler->StopProfiling((args.Length() > 0) in StopProfiling()
Dprofiler-extension.h43 static v8::CpuProfile* last_profile; variable
Dtest-profile-generator.cc611 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; in TEST()
712 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; in TEST()
Dtest-cpu-profiler.cc1665 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; in TEST()