Home
last modified time | relevance | path

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

12

/art/runtime/
Dparsed_options_test.cc99 EXPECT_TRUE(VLOG_IS_ON(class_linker)); in TEST_F()
100 EXPECT_FALSE(VLOG_IS_ON(compiler)); in TEST_F()
101 EXPECT_FALSE(VLOG_IS_ON(heap)); in TEST_F()
102 EXPECT_TRUE(VLOG_IS_ON(gc)); in TEST_F()
103 EXPECT_FALSE(VLOG_IS_ON(interpreter)); in TEST_F()
104 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
105 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F()
106 EXPECT_FALSE(VLOG_IS_ON(monitor)); in TEST_F()
107 EXPECT_FALSE(VLOG_IS_ON(signals)); in TEST_F()
108 EXPECT_FALSE(VLOG_IS_ON(simulator)); in TEST_F()
[all …]
Dfault_handler.cc210 if (VLOG_IS_ON(signals)) { in HandleFault()
Dmonitor.cc331 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATraceEnabled())) { in AtraceMonitorLock()
393 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in AtraceMonitorUnlock()
655 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
Dquick_exception_handler.cc595 if (VLOG_IS_ON(deopt) || kDebugExceptionDelivery) { in DeoptimizeSingleFrame()
Doat_file_assistant.cc684 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) { in OpenImageSpace()
Dthread_list.cc1258 if (VLOG_IS_ON(threads)) { in Register()
/art/libartbase/base/
Dlogging.h107 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
111 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)
144 ::art::VlogMessage(VLOG_IS_ON(module), \
Dmem_map.cc355 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapAnonymous()
549 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc31 if (VLOG_IS_ON(deopt)) { in artDeoptimizeImpl()
Dquick_default_init_entrypoints.h87 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in DefaultInitEntryPoints()
/art/runtime/gc/space/
Ddlmalloc_space.cc117 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
144 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Drosalloc_space.cc143 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
172 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Dimage_space.cc735 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in InitAppImage()
820 if (VLOG_IS_ON(image)) { in InitAppImage()
887 if (VLOG_IS_ON(startup)) { in Init()
1588 if (VLOG_IS_ON(image)) { in RelocateInPlace()
3428 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in LoadFromSystem()
3445 if (VLOG_IS_ON(image)) { in LoadFromSystem()
3459 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in LoadFromDalvikCache()
3476 if (VLOG_IS_ON(image)) { in LoadFromDalvikCache()
/art/compiler/jit/
Djit_compiler.cc177 "JIT compiler timing logger", true, VLOG_IS_ON(jit), TimingLogger::TimingKind::kThreadCpu); in CompileMethod()
/art/openjdkjvmti/
Dalloc_manager.cc58 const bool is_logging = VLOG_IS_ON(plugin); in PauseForAllocation()
/art/runtime/verifier/
Dclass_verifier.cc246 if (VLOG_IS_ON(verifier)) { in VerifyClass()
Dmethod_verifier.cc5118 if (VLOG_IS_ON(verifier_debug)) { in VerifyMethod()
5228 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
5279 if (VLOG_IS_ON(verifier)) { in VerifyMethod()
5315 if (kVerifierDebug || VLOG_IS_ON(verifier)) { in VerifyMethod()
5375 if (VLOG_IS_ON(verifier)) { in CalculateVerificationInfo()
/art/runtime/gc/collector/
Dgarbage_collector.cc46 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
/art/runtime/jni/
Djava_vm_ext.cc499 || VLOG_IS_ON(third_party_jni)), in JavaVMExt()
599 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
607 if (!VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
/art/runtime/gc/accounting/
Dmod_union_table.cc476 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
/art/runtime/gc/
Dheap.cc361 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
754 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
3939 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in CheckGCForNative()
/art/runtime/jit/
Dprofile_saver.cc596 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
Djit.cc482 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in PrepareForOsr()
/art/dex2oat/linker/
Dimage_writer.cc301 if (VLOG_IS_ON(compiler) && compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
575 if (VLOG_IS_ON(compiler)) { in Write()
2674 if (VLOG_IS_ON(compiler)) { in CreateHeader()
/art/dex2oat/
Ddex2oat.cc1666 if (VLOG_IS_ON(compiler)) { in LoadClassProfileDescriptors()
2969 driver_->GetMemoryUsageString(kIsDebugBuild || VLOG_IS_ON(compiler)) : in LogCompletionTime()

12