/art/tools/jvmti-agents/list-extensions/ |
D | list-extensions.cc | 104 LOG(INFO) << "Found " << n_ext << " extension functions"; in SetupJvmtiEnv() 107 LOG(INFO) << info.id; in SetupJvmtiEnv() 108 LOG(INFO) << "\tdesc: " << info.short_description; in SetupJvmtiEnv() 109 LOG(INFO) << "\targuments: (count: " << info.param_count << ")"; in SetupJvmtiEnv() 112 LOG(INFO) << "\t\t" << param; in SetupJvmtiEnv() 114 LOG(INFO) << "\tErrors: (count: " << info.error_count << ")"; in SetupJvmtiEnv() 118 LOG(INFO) << "\t\t" << name; in SetupJvmtiEnv() 130 LOG(INFO) << "Found " << n_ext << " extension events"; in SetupJvmtiEnv() 133 LOG(INFO) << info.id; in SetupJvmtiEnv() 134 LOG(INFO) << "\tindex: " << info.extension_event_index; in SetupJvmtiEnv() [all …]
|
/art/runtime/gc/ |
D | heap_verification_test.cc | 104 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 109 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj"); in TEST_F() 110 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj"); in TEST_F() 111 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj"); in TEST_F() 122 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 131 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test"); in TEST_F() 132 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj"); in TEST_F() 134 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment), in TEST_F() 136 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj"); in TEST_F() 137 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr"); in TEST_F() [all …]
|
D | reference_queue_test.cc | 73 LOG(INFO) << oss.str(); in TEST_F() 90 LOG(INFO) << oss.str(); in TEST_F() 95 LOG(INFO) << oss.str(); in TEST_F()
|
/art/test/149-suspend-all-stress/ |
D | suspend_all.cc | 45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume() 53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume() 62 LOG(INFO) << "Did " << iterations << " iterations"; in Java_Main_suspendAndResume()
|
/art/test/305-other-fault-handler/ |
D | fault_handler.cc | 62 LOG(INFO) << "SEGV Caught. mprotecting map."; in Action() 64 LOG(INFO) << "Setting value to be read."; in Action() 66 LOG(INFO) << "Changing prot to be read-only."; in Action() 83 LOG(INFO) << "Success!"; in CauseSegfault()
|
/art/tools/jvmti-agents/titrace/ |
D | titrace.cc | 130 LOG(INFO) << "================================================"; in Log() 131 LOG(INFO) << " TI Trace // Summary "; in Log() 132 LOG(INFO) << "++++++++++++++++++++++++++++++++++++++++++++++++"; in Log() 133 LOG(INFO) << " * Single step counter: " << single_step_counter_; in Log() 134 LOG(INFO) << "+++++++++++ Instructions Count ++++++++++++"; in Log() 141 LOG(INFO) << " * " << opcode_name << "(op:" << i << "), count: " << inst_count in Log() 146 LOG(INFO) << "------------------------------------------------"; in Log() 257 LOG(INFO) << "Agent_OnLoad: Hello World"; in Agent_OnLoad() 310 LOG(INFO) << "Agent_OnUnload: Goodbye"; in Agent_OnUnload()
|
/art/libartbase/base/ |
D | memfd.cc | 106 LOG(INFO) << "memfd_create failed: " << strerror(errno) << ", no memfd support."; in IsSealFutureWriteSupportedInternal() 111 LOG(INFO) << "fcntl(F_ADD_SEALS) failed: " << strerror(errno) << ", no memfd support."; in IsSealFutureWriteSupportedInternal() 115 LOG(INFO) << "Using memfd for future sealing"; in IsSealFutureWriteSupportedInternal()
|
D | zip_archive.cc | 139 LOG(INFO) << "zip_archive: " << "make mmap of " << name << " @ offset = " << offset; in MapDirectlyFromFile() 174 LOG(INFO) << "map_fd raw bytes starting at 0"; in MapDirectlyFromFile() 175 LOG(INFO) << "" << tmp; in MapDirectlyFromFile() 176 LOG(INFO) << "---------------------------"; in MapDirectlyFromFile() 189 LOG(INFO) << "map address " << StringPrintf("%p", begin); in MapDirectlyFromFile() 190 LOG(INFO) << "map first " << kMaxDumpChars << " chars:"; in MapDirectlyFromFile() 191 LOG(INFO) << tmp; in MapDirectlyFromFile()
|
D | membarrier_test.cc | 45 GTEST_LOG_(INFO) << "MembarrierCommand::kGlobal not supported, skipping test."; in TEST() 68 GTEST_LOG_(INFO) << MembarrierCommandToName(membarrier_cmd_register) in TestRegisterAndBarrierCommands() 73 GTEST_LOG_(INFO) << MembarrierCommandToName(membarrier_cmd_barrier) in TestRegisterAndBarrierCommands()
|
D | memfd_test.cc | 26 GTEST_LOG_(INFO) << "memfd_create not supported, skipping test."; in TEST()
|
/art/runtime/ |
D | indirect_reference_table.cc | 192 LOG(INFO) << "+++ Recovered holes: " in RecoverHoles() 202 LOG(INFO) << "No need to recover holes"; in RecoverHoles() 252 LOG(INFO) << "+++ Add: previous_state=" << previous_state.top_index in Add() 325 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.top_index in Add() 353 LOG(INFO) << "+++ Remove: previous_state=" << previous_state.top_index in Remove() 413 LOG(INFO) << "+++ checking for hole at " << collapse_top_index - 1 in Remove() 421 LOG(INFO) << "+++ ate hole at " << (collapse_top_index - 1); in Remove() 431 LOG(INFO) << "+++ ate last entry " << top_index - 1; in Remove() 438 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove() 449 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << current_num_holes_; in Remove() [all …]
|
D | signal_catcher.cc | 110 LOG(INFO) << "Wrote stack traces to tombstoned"; in Output() 146 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF) and profile save"; in HandleSigUsr1() 162 LOG(INFO) << *self << ": reacting to signal " << signal_number; in WaitForSignal() 165 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO)); in WaitForSignal()
|
D | quick_exception_handler.cc | 164 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch() 180 LOG(INFO) << "Handler is upcall"; in FindCatch() 186 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch() 245 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler() 574 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack() 596 LOG(INFO) << "Single-frame deopting: " in DeoptimizeSingleFrame() 670 LOG(INFO) << "|> pc = " << std::hex << stack_visitor->GetCurrentQuickFramePc(); in DumpFramesWithType() 671 LOG(INFO) << "|> addr = " << std::hex in DumpFramesWithType() 674 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType() 680 LOG(INFO) << "N <transition>"; in DumpFramesWithType() [all …]
|
/art/compiler/ |
D | compiler.cc | 58 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase() 64 LOG(INFO) << "Method exceeds compiler virtual register limit: " in IsPathologicalCase()
|
/art/odrefresh/ |
D | odrefresh.cc | 521 LOG(INFO) << "Factory APEX mounted."; in CheckArtifactsAreUpToDate() 547 LOG(INFO) << "ART APEX version code mismatch (" in CheckArtifactsAreUpToDate() 555 LOG(INFO) << "ART APEX version name mismatch (" in CheckArtifactsAreUpToDate() 567 LOG(INFO) << "ART APEX last update time mismatch (" in CheckArtifactsAreUpToDate() 587 LOG(INFO) << "Missing Dex2oatBootClasspath components."; in CheckArtifactsAreUpToDate() 596 LOG(INFO) << "Dex2OatClasspath components mismatch: " << error_msg; in CheckArtifactsAreUpToDate() 619 LOG(INFO) << "Missing SystemServerClasspath components."; in CheckArtifactsAreUpToDate() 627 LOG(INFO) << "SystemServerClasspath components mismatch: " << error_msg; in CheckArtifactsAreUpToDate() 639 LOG(INFO) << "Incomplete boot extension artifacts. " << error_msg; in CheckArtifactsAreUpToDate() 646 LOG(INFO) << "Incomplete system_server artifacts. " << error_msg; in CheckArtifactsAreUpToDate() [all …]
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Log.java | 30 INFO, enumConstant 49 log(LogTag.INFO, msg); in info()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 115 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc() 145 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" in AllocPages() 161 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages() 220 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x" in AllocPages() 227 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from " in AllocPages() 245 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages() 258 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages() 296 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages() 305 LOG(INFO) << "RosAlloc::AllocPages() : nullptr"; in AllocPages() 353 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages() [all …]
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 36 LOG(INFO) << "Deopting:"; in artDeoptimizeImpl() 37 self->Dump(LOG_STREAM(INFO)); in artDeoptimizeImpl()
|
/art/compiler/optimizing/ |
D | instruction_simplifier_test.cc | 196 LOG(INFO) << "Pre simplification " << blks; in TEST_F() 202 LOG(INFO) << "Post simplify " << blks; in TEST_F() 288 LOG(INFO) << "Pre simplification " << blks; in TEST_F() 294 LOG(INFO) << "Post simplify " << blks; in TEST_F() 372 LOG(INFO) << "Pre simplification " << blks; in TEST_F() 378 LOG(INFO) << "Post simplify " << blks; in TEST_F() 466 LOG(INFO) << "Pre simplification " << blks; in TEST_P() 472 LOG(INFO) << "Post simplify " << blks; in TEST_P() 534 LOG(INFO) << "Pre simplification " << blks; in TEST_P() 540 LOG(INFO) << "Post simplify " << blks; in TEST_P()
|
D | optimizing_compiler_stats.h | 149 LOG(INFO) << "Did not compile any method."; in Log() 160 LOG(INFO) << "Attempted compilation of " in Log() 166 LOG(INFO) << "OptStat#" << static_cast<MethodCompilationStat>(i) << ": " in Log()
|
/art/tools/dexanalyze/ |
D | dexanalyze.cc | 228 LOG(INFO) << "Analysis for " << filename << std::endl; in Run() 229 current.Dump(LOG_STREAM(INFO)); in Run() 233 LOG(INFO) << "Cumulative analysis for " << cumulative.dex_count_ << " DEX files" << std::endl; in Run() 234 cumulative.Dump(LOG_STREAM(INFO)); in Run()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 243 LOG(INFO) << "Verifying no from-space refs"; in RunPhases() 247 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases() 395 LOG(INFO) << "GC InitializePhase"; in InitializePhase() 396 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase() 438 LOG(INFO) << "young_gen=" << std::boolalpha << young_gen_ << std::noboolalpha; in InitializePhase() 439 LOG(INFO) << "force_evacuate_all=" << std::boolalpha << force_evacuate_all_ << std::noboolalpha; in InitializePhase() 440 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase() 443 LOG(INFO) << "Immune space: " << *space; in InitializePhase() 445 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase() 757 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots() [all …]
|
/art/tools/checker/common/ |
D | logger.py | 22 NO_OUTPUT, ERROR, INFO = range(3) variable in Logger.Level 44 Verbosity = Level.INFO 47 def log(content, level=Level.INFO, color=Color.DEFAULT, new_line=True, out=sys.stdout):
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.cc | 165 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo() 167 LOG(INFO) << "found features"; in FromCpuInfo() 180 LOG(INFO) << "found architecture ARMv8"; in FromCpuInfo() 205 LOG(INFO) << "hwcaps=" << hwcaps; in FromHwcap()
|
/art/libdexfile/dex/ |
D | compact_offset_table_test.cc | 72 android::base::ScopedLogSeverity sls(android::base::LogSeverity::INFO); in TEST() 73 LOG(INFO) << "raw size " << before_size in TEST()
|