Searched refs:log_tag (Results 1 – 3 of 3) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 572 int log_tag; local 592 log_tag = LLV_WARNING; 595 log_tag = LLV_ERROR; 597 plog(log_tag, LOCATION, NULL, 619 int log_tag; local 629 log_tag = LLV_WARNING; 632 log_tag = LLV_ERROR; 634 plog(log_tag, LOCATION, NULL,
|
/external/v8/src/ |
D | compiler.cc | 300 CodeEventListener::LogEventsAndTags log_tag = in RecordFunctionCompilation() local 303 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name, in RecordFunctionCompilation() 1197 CodeEventListener::LogEventsAndTags log_tag = in CompileToplevel() local 1202 PROFILE(isolate, CodeCreateEvent(log_tag, result->abstract_code(), *result, in CompileToplevel()
|
D | keys.cc | 478 const char* log_tag = type == kIndexed ? "interceptor-indexed-enum" in CollectInterceptorKeysInternal() local 480 LOG(isolate, ApiObjectAccess(log_tag, *object)); in CollectInterceptorKeysInternal()
|