LOGGER 249 src/log.cc LOGGER->ticker_->ClearWindow();
LOGGER 297 src/log.cc LOGGER->ticker_->SetProfiler(this);
LOGGER 299 src/log.cc LOGGER->ProfilerBeginEvent();
LOGGER 307 src/log.cc LOGGER->ticker_->ClearProfiler();
LOGGER 818 src/log.cc LOGGER->NewEvent(name, object, size);
LOGGER 823 src/log.cc LOGGER->DeleteEvent(name, object);
LOGGER 13583 src/runtime.cc LOGGER->LogRuntime(chars, elms);
LOGGER 46 test/cctest/test-log.cc LOGGER->TearDown();
LOGGER 57 test/cctest/test-log.cc temp_file_ = LOGGER->TearDown();
LOGGER 104 test/cctest/test-log.cc LOGGER->StringEvent("test-start", "");
LOGGER 106 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-start", "");
LOGGER 114 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-stop", "");
LOGGER 117 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-start-2", "");
LOGGER 125 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-stop-2", "");
LOGGER 126 test/cctest/test-log.cc LOGGER->StringEvent("test-stop", "");
LOGGER 361 test/cctest/test-log.cc LOGGER->LogCompiledFunctions();
LOGGER 386 test/cctest/test-log.cc LOGGER->LogCompiledFunctions();
LOGGER 429 test/cctest/test-log.cc LOGGER->LogAccessorCallbacks();
LOGGER 464 test/cctest/test-log.cc CHECK(LOGGER->is_logging());
LOGGER 465 test/cctest/test-log.cc LOGGER->ResumeProfiler();
LOGGER 466 test/cctest/test-log.cc CHECK(LOGGER->is_logging());
LOGGER 467 test/cctest/test-log.cc LOGGER->PauseProfiler();
LOGGER 468 test/cctest/test-log.cc CHECK(LOGGER->is_logging());
LOGGER 498 test/cctest/test-log.cc LOGGER->StringEvent("test-logging-done", "");
LOGGER 501 test/cctest/test-log.cc LOGGER->LogCompiledFunctions();
LOGGER 502 test/cctest/test-log.cc LOGGER->StringEvent("test-traversal-done", "");