Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options_test.cc71 EXPECT_TRUE(VLOG_IS_ON(class_linker)); in TEST_F()
72 EXPECT_FALSE(VLOG_IS_ON(compiler)); in TEST_F()
73 EXPECT_FALSE(VLOG_IS_ON(heap)); in TEST_F()
74 EXPECT_TRUE(VLOG_IS_ON(gc)); in TEST_F()
75 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
76 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F()
77 EXPECT_FALSE(VLOG_IS_ON(monitor)); in TEST_F()
78 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F()
79 EXPECT_FALSE(VLOG_IS_ON(third_party_jni)); in TEST_F()
80 EXPECT_FALSE(VLOG_IS_ON(threads)); in TEST_F()
Dthread_list.cc861 if (VLOG_IS_ON(threads)) { in Register()
Dmonitor.cc304 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
Dcheck_jni.cc136 if (VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
404 if (has_method_ && (!soa_.Vm()->trace.empty() || VLOG_IS_ON(third_party_jni))) { in Check()
Dclass_linker.cc3265 if (VLOG_IS_ON(class_linker)) { in InsertClass()
4270 if (VLOG_IS_ON(class_linker)) { in InitializeClass()
Ddebugger.cc3525 if (VLOG_IS_ON(jdwp)) { in ConfigureStep()
/art/runtime/gc/space/
Ddlmalloc_space.cc81 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
105 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Drosalloc_space.cc92 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
118 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Dimage_space.cc631 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Init()
731 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Init()
/art/runtime/base/
Dlogging.h142 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
143 #define VLOG(module) if (VLOG_IS_ON(module)) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream…
/art/runtime/jdwp/
Djdwp_event.cc902 if (VLOG_IS_ON(jdwp)) { in PostLocationEvent()
982 if (VLOG_IS_ON(jdwp)) { in PostFieldEvent()
1077 if (VLOG_IS_ON(jdwp)) { in PostThreadChange()
1187 if (VLOG_IS_ON(jdwp)) { in PostException()
1276 if (VLOG_IS_ON(jdwp)) { in PostClassPrepare()
Djdwp_adb.cc246 if (VLOG_IS_ON(jdwp)) { in Accept()
Djdwp_socket.cc230 if (VLOG_IS_ON(jdwp)) { in Accept()
Djdwp_handler.cc154 if (VLOG_IS_ON(jdwp)) { in FinishInvoke()
/art/runtime/gc/collector/
Dgarbage_collector.cc35 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
/art/runtime/gc/accounting/
Dmod_union_table.cc300 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
/art/compiler/dex/
Dfrontend.cc675 cu.verbose = VLOG_IS_ON(compiler) || in CompileMethod()
/art/runtime/gc/
Dheap.cc202 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
448 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
/art/compiler/
Dimage_writer.cc595 if (kIsDebugBuild || VLOG_IS_ON(compiler)) { in ProcessStrings()
/art/dex2oat/
Ddex2oat.cc278 << compiler->GetMemoryUsageString(kIsDebugBuild || VLOG_IS_ON(compiler)); in LogCompletionTime()
/art/runtime/verifier/
Dmethod_verifier.cc278 if (VLOG_IS_ON(verifier)) { in VerifyMethod()