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

  /external/v8/src/
runtime-profiler.cc 80 Atomic32 RuntimeProfiler::state_ = 0;
86 bool RuntimeProfiler::has_been_globally_set_up_ = false;
88 bool RuntimeProfiler::enabled_ = false;
91 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
102 void RuntimeProfiler::GlobalSetup() {
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
150 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
205 void RuntimeProfiler::ClearSampleBuffer() {
211 int RuntimeProfiler::LookupSample(JSFunction* function)
    [all...]
runtime-profiler.h 42 class RuntimeProfiler {
44 explicit RuntimeProfiler(Isolate* isolate);
165 // Implementation of RuntimeProfiler inline functions.
167 void RuntimeProfiler::IsolateEnteredJS(Isolate* isolate) {
179 void RuntimeProfiler::IsolateExitedJS(Isolate* isolate) {
v8.cc 259 RuntimeProfiler::GlobalSetup();
isolate.h 797 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; }
    [all...]
platform-cygwin.cc 652 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
665 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
platform-macos.cc 771 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
784 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
platform-solaris.cc 760 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
774 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
isolate.cc     [all...]
platform-freebsd.cc 757 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
776 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
platform-linux.cc 1134 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
1148 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
    [all...]
platform-openbsd.cc 839 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
853 bool runtime_profiler_enabled = RuntimeProfiler::IsEnabled();
log.cc 209 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
222 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
    [all...]
platform-win32.cc     [all...]

Completed in 273 milliseconds