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

/external/chromium_org/v8/test/cctest/
H A Dprofiler-extension.cc37 v8::CpuProfile* ProfilerExtension::last_profile = NULL; member in class:v8::internal::ProfilerExtension
59 last_profile = NULL;
70 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
H A Dprofiler-extension.h46 static v8::CpuProfile* last_profile; member in class:v8::internal::ProfilerExtension
H A Dtest-profile-generator.cc648 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile;
756 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile;
H A Dtest-cpu-profiler.cc1626 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile;

Completed in 551 milliseconds