OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 214 milliseconds