HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeProfiler (Results 1 - 14 of 14) sorted by null

  /external/v8/src/
runtime-profiler.cc 110 Atomic32 RuntimeProfiler::state_ = 0;
114 Semaphore* RuntimeProfiler::semaphore_ = OS::CreateSemaphore(0);
118 bool RuntimeProfiler::has_been_globally_setup_ = false;
120 bool RuntimeProfiler::enabled_ = false;
123 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
142 void RuntimeProfiler::GlobalSetup() {
151 void RuntimeProfiler::Optimize(JSFunction* function, bool eager, int delay) {
168 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
214 void RuntimeProfiler::ClearSampleBuffer()
    [all...]
runtime-profiler.h 43 class RuntimeProfiler {
45 explicit RuntimeProfiler(Isolate* isolate);
179 // Implementation of RuntimeProfiler inline functions.
181 void RuntimeProfiler::IsolateEnteredJS(Isolate* isolate) {
193 void RuntimeProfiler::IsolateExitedJS(Isolate* isolate) {
v8.cc 207 RuntimeProfiler::GlobalSetup();
platform-solaris.cc 642 if (sampler_->IsProfiling() && RuntimeProfiler::IsEnabled()) {
645 RuntimeProfiler::NotifyTick();
649 if (RuntimeProfiler::IsEnabled()) RuntimeProfiler::NotifyTick();
isolate.h 812 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; }
    [all...]
top.cc     [all...]
platform-cygwin.cc 652 RuntimeProfiler::WakeUpRuntimeProfilerThreadBeforeShutdown();
666 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
platform-freebsd.cc 714 RuntimeProfiler::WakeUpRuntimeProfilerThreadBeforeShutdown();
734 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
platform-macos.cc 691 RuntimeProfiler::WakeUpRuntimeProfilerThreadBeforeShutdown();
705 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
log.cc 213 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
226 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
    [all...]
platform-linux.cc 958 RuntimeProfiler::WakeUpRuntimeProfilerThreadBeforeShutdown();
973 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
isolate.cc 818 runtime_profiler_ = new RuntimeProfiler(this);
platform-win32.cc     [all...]
  /external/v8/test/cctest/
test-log.cc 252 CHECK(i::RuntimeProfiler::IsEnabled() ||
279 CHECK(i::RuntimeProfiler::IsEnabled() ||
303 CHECK(i::RuntimeProfiler::IsEnabled() ||
    [all...]

Completed in 1767 milliseconds