OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_logging
(Results
1 - 3
of
3
) sorted by null
/system/bt/hci/src/
btsnoop.c
57
static bool
is_logging
;
variable
156
if (should_log ==
is_logging
)
159
is_logging
= should_log;
177
is_logging
= false;
/external/v8/src/
log.h
73
if (logger->
is_logging
()) \
306
bool
is_logging
() {
function in class:v8::internal::Logger
311
return
is_logging
() || jit_logger_ != NULL;
/external/v8/src/heap/
scavenger.cc
408
FLAG_verify_predictable || isolate()->logger()->
is_logging
() ||
Completed in 495 milliseconds