Home
last modified time | relevance | path

Searched refs:ProfilerExtension (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dprofiler-extension.cc37 v8::CpuProfile* ProfilerExtension::last_profile = NULL;
38 const char* ProfilerExtension::kSource =
42 v8::Local<v8::FunctionTemplate> ProfilerExtension::GetNativeFunctionTemplate( in GetNativeFunctionTemplate()
50 ProfilerExtension::StartProfiling); in GetNativeFunctionTemplate()
57 ProfilerExtension::StopProfiling); in GetNativeFunctionTemplate()
65 void ProfilerExtension::StartProfiling( in StartProfiling()
75 void ProfilerExtension::StopProfiling( in StopProfiling()
Dprofiler-extension.h38 class ProfilerExtension : public v8::Extension {
40 ProfilerExtension() : v8::Extension("v8/profiler", kSource) { } in ProfilerExtension() function
Dcctest.cc202 i::ProfilerExtension profiler_extension; in main()
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()