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

  /external/v8/src/
log-inl.h 59 if (!Logger::is_logging()) {
log.h 83 if (v8::internal::Logger::is_logging()) \
267 static bool is_logging() { function in class:v8::internal::Logger
379 static bool is_logging() { return false; } function in class:v8::internal::Logger
compiler.cc 192 if (Logger::is_logging() || OProfileAgent::is_enabled()) {
555 if (Logger::is_logging() || OProfileAgent::is_enabled()) {
codegen.cc 269 if (!Logger::is_logging()) return false;

Completed in 24 milliseconds