Searched refs:VLOG_IS_ON (Results 1 – 25 of 38) sorted by relevance
12
/art/runtime/ |
D | parsed_options_test.cc | 97 EXPECT_TRUE(VLOG_IS_ON(class_linker)); in TEST_F() 98 EXPECT_FALSE(VLOG_IS_ON(compiler)); in TEST_F() 99 EXPECT_FALSE(VLOG_IS_ON(heap)); in TEST_F() 100 EXPECT_TRUE(VLOG_IS_ON(gc)); in TEST_F() 101 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F() 102 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F() 103 EXPECT_FALSE(VLOG_IS_ON(monitor)); in TEST_F() 104 EXPECT_FALSE(VLOG_IS_ON(signals)); in TEST_F() 105 EXPECT_FALSE(VLOG_IS_ON(simulator)); in TEST_F() 106 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F() [all …]
|
D | fault_handler.cc | 210 if (VLOG_IS_ON(signals)) { in HandleFault()
|
D | monitor.cc | 286 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATraceEnabled())) { in AtraceMonitorLock() 348 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in AtraceMonitorUnlock() 614 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
|
D | quick_exception_handler.cc | 601 if (VLOG_IS_ON(deopt) || kDebugExceptionDelivery) { in DeoptimizeSingleFrame()
|
D | oat_file_assistant.cc | 729 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) { in OpenImageSpace()
|
D | oat_file_manager.cc | 345 if (!VLOG_IS_ON(oat)) { in CheckClassCollision()
|
/art/libartbase/base/ |
D | logging.h | 102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro 106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)
|
D | mem_map.cc | 355 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapAnonymous() 549 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 117 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create() 144 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 | 682 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in InitAppImage() 740 if (VLOG_IS_ON(image)) { in InitAppImage() 801 if (VLOG_IS_ON(startup)) { in Init() 1353 if (VLOG_IS_ON(image)) { in RelocateInPlace() 1420 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in LoadFromSystem() 1433 if (VLOG_IS_ON(image)) { in LoadFromSystem() 1447 TimingLogger logger(__PRETTY_FUNCTION__, /*precise=*/ true, VLOG_IS_ON(image)); in LoadFromDalvikCache() 1460 if (VLOG_IS_ON(image)) { in LoadFromDalvikCache()
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 31 if (VLOG_IS_ON(deopt)) { in artDeoptimizeImpl()
|
D | quick_default_init_entrypoints.h | 86 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in DefaultInitEntryPoints()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 937 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()
|
D | jdwp_adb.cc | 283 if (VLOG_IS_ON(jdwp)) { in Accept()
|
D | jdwp_socket.cc | 235 if (VLOG_IS_ON(jdwp)) { in Accept()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 191 "JIT compiler timing logger", true, VLOG_IS_ON(jit), TimingLogger::TimingKind::kThreadCpu); in CompileMethod()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 46 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 490 || VLOG_IS_ON(third_party_jni)), in JavaVMExt() 590 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) { in ShouldTrace() 598 if (!VLOG_IS_ON(third_party_jni)) { in ShouldTrace()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 294 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in InitEntryPoints()
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 476 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
|
/art/runtime/gc/ |
D | heap.cc | 314 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap() 718 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap() 4055 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in CheckGCForNative()
|
/art/adbconnection/ |
D | adbconnection.cc | 535 if (VLOG_IS_ON(jdwp)) { in SetupAdbConnection()
|
/art/runtime/jit/ |
D | profile_saver.cc | 576 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
|
D | jit.cc | 441 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in MaybeDoOnStackReplacement()
|
12