Home | History | Annotate | Download | only in cctest

Lines Matching refs:LOGGER

23 using v8::internal::Logger;
46 LOGGER->TearDown();
57 temp_file_ = LOGGER->TearDown();
104 LOGGER->StringEvent("test-start", "");
106 LOGGER->StringEvent("test-profiler-start", "");
114 LOGGER->StringEvent("test-profiler-stop", "");
117 LOGGER->StringEvent("test-profiler-start-2", "");
125 LOGGER->StringEvent("test-profiler-stop-2", "");
126 LOGGER->StringEvent("test-stop", "");
361 LOGGER->LogCompiledFunctions();
386 LOGGER->LogCompiledFunctions();
429 LOGGER->LogAccessorCallbacks();
464 CHECK(LOGGER->is_logging());
465 LOGGER->ResumeProfiler();
466 CHECK(LOGGER->is_logging());
467 LOGGER->PauseProfiler();
468 CHECK(LOGGER->is_logging());
498 LOGGER->StringEvent("test-logging-done", "");
501 LOGGER->LogCompiledFunctions();
502 LOGGER->StringEvent("test-traversal-done", "");