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

  /external/v8/src/profiler/
cpu-profiler.cc 291 ProfilerListener* profiler_listener = logger->profiler_listener(); local
292 profiler_listener->AddObserver(this);
343 ProfilerListener* profiler_listener = logger->profiler_listener(); local
344 profiler_listener->RemoveObserver(this);
  /external/v8/test/cctest/
test-cpu-profiler.cc 163 ProfilerListener profiler_listener(isolate);
164 isolate->code_event_dispatcher()->AddListener(&profiler_listener);
165 profiler_listener.AddObserver(&profiler);
170 profiler_listener.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code,
172 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code,
174 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5);
175 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code,
177 profiler_listener.CodeMoveEvent(comment2_code, moved_code->address());
178 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3);
179 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args4_code, 4)
    [all...]
  /external/v8/src/
log.h 113 ProfilerListener* profiler_listener() { return profiler_listener_.get(); } function in class:v8::internal::Logger

Completed in 57 milliseconds