Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h73 if (logger->is_logging()) \
306 bool is_logging() { in is_logging() function
311 return is_logging() || jit_logger_ != NULL; in is_logging_code_events()
/external/v8/src/heap/
Dscavenger.cc408 FLAG_verify_predictable || isolate()->logger()->is_logging() || in SelectScavengingVisitorsTable()