Home
last modified time | relevance | path

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

12

/art/runtime/
Dparsed_options_test.cc95 EXPECT_TRUE(VLOG_IS_ON(class_linker)); in TEST_F()
96 EXPECT_FALSE(VLOG_IS_ON(compiler)); in TEST_F()
97 EXPECT_FALSE(VLOG_IS_ON(heap)); in TEST_F()
98 EXPECT_TRUE(VLOG_IS_ON(gc)); in TEST_F()
99 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
100 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F()
101 EXPECT_FALSE(VLOG_IS_ON(monitor)); in TEST_F()
102 EXPECT_FALSE(VLOG_IS_ON(signals)); in TEST_F()
103 EXPECT_FALSE(VLOG_IS_ON(simulator)); in TEST_F()
104 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F()
[all …]
Djava_vm_ext.cc430 || VLOG_IS_ON(third_party_jni)), in JavaVMExt()
490 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
498 if (!VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
Dmonitor.cc258 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATRACE_ENABLED())) { in AtraceMonitorLock()
292 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in AtraceMonitorUnlock()
446 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
Dquick_exception_handler.cc501 if (VLOG_IS_ON(deopt) || kDebugExceptionDelivery) { in DeoptimizeSingleFrame()
Doat_file_assistant.cc1037 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) { in OpenImageSpace()
Dmem_map.cc429 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
Dthread_list.cc1196 if (VLOG_IS_ON(threads)) { in Register()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc35 if (VLOG_IS_ON(deopt)) { in artDeoptimize()
Dquick_default_init_entrypoints.h84 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in DefaultInitEntryPoints()
/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.cc98 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
124 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Dimage_space.cc1151 if (VLOG_IS_ON(image)) { in RelocateInPlace()
1165 TimingLogger logger(__PRETTY_FUNCTION__, true, VLOG_IS_ON(image)); in Init()
1210 if (VLOG_IS_ON(startup)) { in Init()
1436 if (VLOG_IS_ON(image)) { in Init()
/art/runtime/base/
Dlogging.h103 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
108 if (VLOG_IS_ON(module)) \
/art/compiler/optimizing/
Doptimizing_compiler_stats.h80 if (!kIsDebugBuild && !VLOG_IS_ON(compiler)) { in Log()
/art/runtime/jdwp/
Djdwp_event.cc895 if (VLOG_IS_ON(jdwp)) { in PostLocationEvent()
961 if (VLOG_IS_ON(jdwp)) { in PostFieldEvent()
1048 if (VLOG_IS_ON(jdwp)) { in PostThreadChange()
1144 if (VLOG_IS_ON(jdwp)) { in PostException()
1221 if (VLOG_IS_ON(jdwp)) { in PostClassPrepare()
Djdwp_adb.cc246 if (VLOG_IS_ON(jdwp)) { in Accept()
Djdwp_socket.cc232 if (VLOG_IS_ON(jdwp)) { in Accept()
/art/runtime/jit/
Djit_code_cache.cc532 if (!kIsDebugBuild || VLOG_IS_ON(jit)) { in IncreaseCodeCacheCapacity()
595 TimingLogger logger("JIT code cache timing logger", true, VLOG_IS_ON(jit)); in GarbageCollectCache()
605 if (!kIsDebugBuild || VLOG_IS_ON(jit)) { in GarbageCollectCache()
615 if (!kIsDebugBuild || VLOG_IS_ON(jit)) { in GarbageCollectCache()
Djit.cc422 std::string method_name(VLOG_IS_ON(jit) ? PrettyMethod(method) : ""); in MaybeDoOnStackReplacement()
/art/runtime/gc/collector/
Dgarbage_collector.cc39 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
/art/compiler/jit/
Djit_compiler.cc204 TimingLogger logger("JIT compiler timing logger", true, VLOG_IS_ON(jit)); in CompileMethod()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc173 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in InitEntryPoints()
/art/runtime/gc/accounting/
Dmod_union_table.cc430 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
/art/runtime/gc/
Dheap.cc251 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
631 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
/art/runtime/verifier/
Dmethod_verifier.cc394 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
422 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
442 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
911 if (VLOG_IS_ON(verifier) && kDumpRegLinesOnHardFailureIfVLOG) { in Fail()

12