Home
last modified time | relevance | path

Searched refs:VLOG_IS_ON (Results 1 – 25 of 38) sorted by relevance

12

/art/runtime/
Dparsed_options_test.cc94 EXPECT_TRUE(VLOG_IS_ON(class_linker)); in TEST_F()
95 EXPECT_FALSE(VLOG_IS_ON(compiler)); in TEST_F()
96 EXPECT_FALSE(VLOG_IS_ON(heap)); in TEST_F()
97 EXPECT_TRUE(VLOG_IS_ON(gc)); in TEST_F()
98 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
99 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F()
100 EXPECT_FALSE(VLOG_IS_ON(monitor)); in TEST_F()
101 EXPECT_FALSE(VLOG_IS_ON(signals)); in TEST_F()
102 EXPECT_FALSE(VLOG_IS_ON(simulator)); in TEST_F()
103 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F()
[all …]
Dfault_handler.cc211 if (VLOG_IS_ON(signals)) { in HandleFault()
Djava_vm_ext.cc461 || VLOG_IS_ON(third_party_jni)), in JavaVMExt()
562 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
570 if (!VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
Dmonitor.cc310 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATRACE_ENABLED())) { in AtraceMonitorLock()
344 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in AtraceMonitorUnlock()
610 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
Dmem_map.cc369 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapAnonymous()
543 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
Doat_file_manager.cc324 if (!VLOG_IS_ON(oat)) { in CollisionCheck()
Dquick_exception_handler.cc546 if (VLOG_IS_ON(deopt) || kDebugExceptionDelivery) { in DeoptimizeSingleFrame()
/art/libartbase/base/
Dlogging.h102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc32 if (VLOG_IS_ON(deopt)) { in artDeoptimizeImpl()
Dquick_default_init_entrypoints.h84 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in DefaultInitEntryPoints()
/art/runtime/gc/space/
Ddlmalloc_space.cc83 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
107 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Drosalloc_space.cc100 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
126 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Dimage_space.cc559 TimingLogger logger(__PRETTY_FUNCTION__, true, VLOG_IS_ON(image)); in Init()
604 if (VLOG_IS_ON(startup)) { in Init()
792 if (VLOG_IS_ON(image)) { in Init()
1407 if (VLOG_IS_ON(image)) { in RelocateInPlace()
/art/compiler/optimizing/
Doptimizing_compiler_stats.h127 if (!kIsDebugBuild && !VLOG_IS_ON(compiler)) { in Log()
/art/compiler/jit/
Djit_compiler.cc176 "JIT compiler timing logger", true, VLOG_IS_ON(jit), TimingLogger::TimingKind::kThreadCpu); in CompileMethod()
/art/runtime/jdwp/
Djdwp_event.cc937 if (VLOG_IS_ON(jdwp)) { in PostLocationEvent()
1003 if (VLOG_IS_ON(jdwp)) { in PostFieldEvent()
1090 if (VLOG_IS_ON(jdwp)) { in PostThreadChange()
1186 if (VLOG_IS_ON(jdwp)) { in PostException()
1263 if (VLOG_IS_ON(jdwp)) { in PostClassPrepare()
Djdwp_adb.cc286 if (VLOG_IS_ON(jdwp)) { in Accept()
Djdwp_socket.cc235 if (VLOG_IS_ON(jdwp)) { in Accept()
/art/runtime/gc/collector/
Dgarbage_collector.cc44 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
/art/runtime/verifier/
Dmethod_verifier.cc412 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
416 if (VLOG_IS_ON(verifier_debug)) { in VerifyMethod()
457 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
493 if (VLOG_IS_ON(verifier) || VLOG_IS_ON(verifier_debug)) { in VerifyMethod()
871 if (VLOG_IS_ON(verifier) && kDumpRegLinesOnHardFailureIfVLOG) { in Fail()
1870 if (UNLIKELY(VLOG_IS_ON(verifier_debug))) { in CodeFlowVerifyMethod()
2014 if (UNLIKELY(VLOG_IS_ON(verifier_debug))) { in CodeFlowVerifyInstruction()
4964 if (UNLIKELY(VLOG_IS_ON(verifier_debug))) { in UpdateRegisters()
4972 if (UNLIKELY(VLOG_IS_ON(verifier_debug)) && changed) { in UpdateRegisters()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc290 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in InitEntryPoints()
/art/runtime/gc/accounting/
Dmod_union_table.cc476 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
/art/runtime/jit/
Djit.cc475 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in MaybeDoOnStackReplacement()
/art/adbconnection/
Dadbconnection.cc540 if (VLOG_IS_ON(jdwp)) { in SetupAdbConnection()
/art/runtime/gc/
Dheap.cc287 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
633 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()

12