Searched refs:VLOG_IS_ON (Results 1 – 25 of 33) sorted by relevance
12
/art/runtime/ |
D | parsed_options_test.cc | 95 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 …]
|
D | java_vm_ext.cc | 430 || 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()
|
D | monitor.cc | 258 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()
|
D | quick_exception_handler.cc | 501 if (VLOG_IS_ON(deopt) || kDebugExceptionDelivery) { in DeoptimizeSingleFrame()
|
D | oat_file_assistant.cc | 1037 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) { in OpenImageSpace()
|
D | mem_map.cc | 429 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
|
D | thread_list.cc | 1196 if (VLOG_IS_ON(threads)) { in Register()
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 35 if (VLOG_IS_ON(deopt)) { in artDeoptimize()
|
D | quick_default_init_entrypoints.h | 84 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in DefaultInitEntryPoints()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 81 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create() 105 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
|
D | rosalloc_space.cc | 98 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create() 124 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
|
D | image_space.cc | 1151 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/ |
D | logging.h | 103 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro 108 if (VLOG_IS_ON(module)) \
|
/art/compiler/optimizing/ |
D | optimizing_compiler_stats.h | 80 if (!kIsDebugBuild && !VLOG_IS_ON(compiler)) { in Log()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 895 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()
|
D | jdwp_adb.cc | 246 if (VLOG_IS_ON(jdwp)) { in Accept()
|
D | jdwp_socket.cc | 232 if (VLOG_IS_ON(jdwp)) { in Accept()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 532 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()
|
D | jit.cc | 422 std::string method_name(VLOG_IS_ON(jit) ? PrettyMethod(method) : ""); in MaybeDoOnStackReplacement()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 39 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) { in Iteration()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 204 TimingLogger logger("JIT compiler timing logger", true, VLOG_IS_ON(jit)); in CompileMethod()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 173 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) { in InitEntryPoints()
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 430 if (VLOG_IS_ON(heap)) { in UpdateAndMarkReferences()
|
/art/runtime/gc/ |
D | heap.cc | 251 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/ |
D | method_verifier.cc | 394 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