Home
last modified time | relevance | path

Searched refs:is_logging (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dlog.h85 if (logger->is_logging()) \
273 bool is_logging() { in is_logging() function
Dcodegen.cc156 if (!isolate->logger()->is_logging() && !CpuProfiler::is_profiling(isolate)) { in ShouldGenerateLog()
Dcompiler.cc796 if (info->isolate()->logger()->is_logging() || in RecordFunctionCompilation()
Dheap.cc1600 if (isolate->logger()->is_logging() || in INLINE()
1826 isolate()->logger()->is_logging() || in SelectScavengingVisitorsTable()
Druntime.cc2216 if (isolate->logger()->is_logging() || CpuProfiler::is_profiling(isolate)) { in RUNTIME_FUNCTION()
/external/v8/test/cctest/
Dtest-log.cc464 CHECK(LOGGER->is_logging()); in TEST()
466 CHECK(LOGGER->is_logging()); in TEST()
468 CHECK(LOGGER->is_logging()); in TEST()