Searched refs:VLOG_IS_ON (Results 1 – 25 of 32) sorted by relevance
12
/art/runtime/ |
D | parsed_options_test.cc | 101 EXPECT_TRUE(VLOG_IS_ON(class_linker)); in TEST_F() 102 EXPECT_FALSE(VLOG_IS_ON(compiler)); in TEST_F() 103 EXPECT_FALSE(VLOG_IS_ON(heap)); in TEST_F() 104 EXPECT_TRUE(VLOG_IS_ON(gc)); in TEST_F() 105 EXPECT_FALSE(VLOG_IS_ON(interpreter)); in TEST_F() 106 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F() 107 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F() 108 EXPECT_FALSE(VLOG_IS_ON(monitor)); in TEST_F() 109 EXPECT_FALSE(VLOG_IS_ON(signals)); in TEST_F() 110 EXPECT_FALSE(VLOG_IS_ON(simulator)); in TEST_F() [all …]
|
D | fault_handler.cc | 231 if (VLOG_IS_ON(signals)) { in HandleSigbusFault() 290 if (VLOG_IS_ON(signals)) { in HandleSigsegvFault()
|
D | monitor.cc | 335 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATraceEnabled())) { in AtraceMonitorLock() 397 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in AtraceMonitorUnlock() 660 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
|
D | quick_exception_handler.cc | 733 if (VLOG_IS_ON(deopt) || kDebugExceptionDelivery) { in DeoptimizeSingleFrame()
|
D | thread_list.cc | 1411 if (VLOG_IS_ON(threads)) { in Register()
|
/art/libartbase/base/ |
D | logging.h | 107 #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), \
|
D | flags.h | 109 if (VLOG_IS_ON(startup)) { in ReloadAllFlags()
|
D | mem_map.cc | 579 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 34 if (VLOG_IS_ON(deopt)) { in artDeoptimizeImpl()
|
D | quick_default_init_entrypoints.h | 85 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in DefaultInitEntryPoints()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 167 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create() 194 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
|
D | rosalloc_space.cc | 143 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create() 172 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
|
D | image_space.cc | 565 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in InitAppImage() 652 if (VLOG_IS_ON(image)) { in InitAppImage() 719 if (VLOG_IS_ON(startup)) { in Init() 1454 if (VLOG_IS_ON(image)) { in RelocateInPlace() 3236 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in LoadFromSystem() 3262 if (VLOG_IS_ON(image)) { in LoadFromSystem()
|
/art/openjdkjvmti/ |
D | alloc_manager.cc | 58 const bool is_logging = VLOG_IS_ON(plugin); in PauseForAllocation()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 187 "JIT compiler timing logger", true, VLOG_IS_ON(jit), TimingLogger::TimingKind::kThreadCpu); in CompileMethod()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 512 || VLOG_IS_ON(third_party_jni)), in JavaVMExt() 618 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) { in ShouldTrace() 626 if (!VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
|
/art/runtime/oat/ |
D | image.cc | 453 if (VLOG_IS_ON(image)) { in WriteData()
|
D | oat_file_assistant.cc | 957 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) { in OpenImageSpace()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 90 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
|
/art/runtime/jit/ |
D | profile_saver.cc | 245 if (VLOG_IS_ON(profiler)) { in IsProfileEmpty() 871 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
|
D | jit.cc | 367 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in PrepareForOsr()
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 484 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
|
/art/runtime/gc/ |
D | heap.cc | 436 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap() 867 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap() 4228 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in CheckGCForNative()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4980 if (VLOG_IS_ON(verifier_debug)) { in VerifyMethod() 5073 if (VLOG_IS_ON(verifier)) { in VerifyMethod() 5095 if (VLOG_IS_ON(verifier)) { in VerifyMethod() 5125 if (kVerifierDebug || VLOG_IS_ON(verifier)) { in VerifyMethod() 5184 if (VLOG_IS_ON(verifier)) { in CalculateVerificationInfo()
|
/art/dex2oat/ |
D | dex2oat.cc | 1441 if (VLOG_IS_ON(compiler)) { in LoadImageClassDescriptors() 2868 driver_->GetMemoryUsageString(kIsDebugBuild || VLOG_IS_ON(compiler)) : in LogCompletionTime()
|
12