/art/runtime/gc/ |
D | heap_verification_test.cc | 98 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 103 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj"); in TEST_F() 104 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj"); in TEST_F() 105 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj"); in TEST_F() 110 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 119 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test"); in TEST_F() 120 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj"); in TEST_F() 122 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment), in TEST_F() 124 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj"); in TEST_F() 125 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr"); in TEST_F() [all …]
|
D | reference_queue_test.cc | 72 LOG(INFO) << oss.str(); in TEST_F() 89 LOG(INFO) << oss.str(); in TEST_F() 94 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 | 61 LOG(INFO) << "SEGV Caught. mprotecting map."; in Action() 63 LOG(INFO) << "Setting value to be read."; in Action() 65 LOG(INFO) << "Changing prot to be read-only."; in Action() 82 LOG(INFO) << "Success!"; in CauseSegfault()
|
/art/tools/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() 252 LOG(INFO) << "Agent_OnLoad: Hello World"; in Agent_OnLoad() 305 LOG(INFO) << "Agent_OnUnload: Goodbye"; in Agent_OnUnload()
|
/art/runtime/ |
D | zip_archive.cc | 135 LOG(INFO) << "zip_archive: " << "make mmap of " << name << " @ offset = " << offset; in MapDirectlyFromFile() 172 LOG(INFO) << "map_fd raw bytes starting at 0"; in MapDirectlyFromFile() 173 LOG(INFO) << "" << tmp; in MapDirectlyFromFile() 174 LOG(INFO) << "---------------------------"; in MapDirectlyFromFile() 187 LOG(INFO) << "map address " << StringPrintf("%p", begin); in MapDirectlyFromFile() 188 LOG(INFO) << "map first " << kMaxDumpChars << " chars:"; in MapDirectlyFromFile() 189 LOG(INFO) << tmp; in MapDirectlyFromFile()
|
D | indirect_reference_table.cc | 183 LOG(INFO) << "+++ Recovered holes: " in RecoverHoles() 193 LOG(INFO) << "No need to recover holes"; in RecoverHoles() 243 LOG(INFO) << "+++ Add: previous_state=" << previous_state.top_index in Add() 316 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.top_index in Add() 344 LOG(INFO) << "+++ Remove: previous_state=" << previous_state.top_index in Remove() 400 LOG(INFO) << "+++ checking for hole at " << collapse_top_index - 1 in Remove() 408 LOG(INFO) << "+++ ate hole at " << (collapse_top_index - 1); in Remove() 418 LOG(INFO) << "+++ ate last entry " << top_index - 1; in Remove() 425 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove() 436 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << current_num_holes_; in Remove() [all …]
|
D | signal_catcher.cc | 150 LOG(INFO) << s; in Output() 168 LOG(INFO) << "Wrote stack traces to '" << output_path_msg << "'"; in Output() 209 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF) and profile save"; in HandleSigUsr1() 225 LOG(INFO) << *self << ": reacting to signal " << signal_number; in WaitForSignal() 228 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO)); in WaitForSignal()
|
D | quick_exception_handler.cc | 151 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch() 161 LOG(INFO) << "Handler is upcall"; in FindCatch() 166 LOG(INFO) << "Handler: " << handler_method_->PrettyMethod() << " (line: " in FindCatch() 222 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler() 529 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack() 547 LOG(INFO) << "Single-frame deopting: " in DeoptimizeSingleFrame() 666 LOG(INFO) << "|> pc = " << std::hex << GetCurrentQuickFramePc(); in VisitFrame() 667 LOG(INFO) << "|> addr = " << std::hex << reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in VisitFrame() 669 LOG(INFO) << "|> ret = " << std::hex << GetReturnPc(); in VisitFrame() 675 LOG(INFO) << "N <transition>"; in VisitFrame() [all …]
|
D | barrier_test.cc | 36 LOG(INFO) << "Before barrier" << *self; in Run() 40 LOG(INFO) << "After barrier" << *self; in Run()
|
D | instrumentation.cc | 223 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack() 233 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack() 240 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack() 271 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack() 299 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack() 335 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack() 392 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack() 399 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack() 409 LOG(INFO) << " Removing exit stub in " << DescribeLocation(); in InstrumentationRestoreStack() 431 LOG(INFO) << " No exit stub in " << DescribeLocation(); in InstrumentationRestoreStack() [all …]
|
/art/compiler/ |
D | compiler.cc | 52 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase() 58 LOG(INFO) << "Method exceeds compiler virtual register limit: " in IsPathologicalCase()
|
/art/libartbase/base/ |
D | logging.h | 106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) 109 #define VLOG_STREAM(module) LOG_STREAM(INFO)
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Log.java | 30 INFO, enumConstant 49 log(LogTag.INFO, msg); in info()
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 37 LOG(INFO) << "Deopting:"; in artDeoptimizeImpl() 38 self->Dump(LOG_STREAM(INFO)); in artDeoptimizeImpl()
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 97 LOG(INFO) << "JDWP will wait for debugger on port " << port; in InitSocketTransport() 99 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port; in InitSocketTransport() 326 LOG(INFO) << "Connecting out to " << inet_ntoa(addr.addrInet.sin_addr) << ":" in Establish() 349 LOG(INFO) << "Connection established to " << options->host << " (" in Establish() 416 LOG(INFO) << "NOTE: entering select w/o wakepipe"; in ProcessIncoming() 454 LOG(INFO) << "Ignoring second debugger -- accepting and dropping"; in ProcessIncoming() 463 LOG(INFO) << "Weird -- accept failed"; in ProcessIncoming()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 113 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc() 143 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" in AllocPages() 159 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages() 218 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x" in AllocPages() 225 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from " in AllocPages() 243 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages() 256 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages() 294 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages() 303 LOG(INFO) << "RosAlloc::AllocPages() : nullptr"; in AllocPages() 351 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages() [all …]
|
/art/compiler/optimizing/ |
D | optimizing_compiler_stats.h | 137 LOG(INFO) << "Did not compile any method."; in Log() 148 LOG(INFO) << "Attempted compilation of " in Log() 154 LOG(INFO) << "OptStat#" << static_cast<MethodCompilationStat>(i) << ": " in Log()
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.cc | 155 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo() 157 LOG(INFO) << "found features"; in FromCpuInfo() 170 LOG(INFO) << "found architecture ARMv8"; in FromCpuInfo() 195 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()
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 65 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo() 67 LOG(INFO) << "found Application Specific Extensions"; in FromCpuInfo()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 893 LOG(INFO) << "VerifiersDeps: Could not resolve class " << destination_desc; in VerifyAssignability() 898 LOG(INFO) << "VerifierDeps: Could not resolve class " << source_desc; in VerifyAssignability() 904 LOG(INFO) << "VerifierDeps: Class " in VerifyAssignability() 928 LOG(INFO) << "VerifierDeps: Could not resolve class " << descriptor; in VerifyClasses() 931 LOG(INFO) << "VerifierDeps: Unexpected access flags on class " in VerifyClasses() 942 LOG(INFO) << "VerifierDeps: Unexpected successful resolution of class " << descriptor; in VerifyClasses() 977 LOG(INFO) << "VerifierDeps: Could not resolve class " << expected_decl_klass; in VerifyFields() 986 LOG(INFO) << "VerifierDeps: Could not resolve field " in VerifyFields() 990 LOG(INFO) << "VerifierDeps: Unexpected declaring class for field resolution " in VerifyFields() 996 LOG(INFO) << "VerifierDeps: Unexpected access flags for resolved field " in VerifyFields() [all …]
|
/art/runtime/arch/ |
D | stub_test.cc | 576 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA; in TEST_F() 635 LOG(INFO) << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA; in TEST_F() 795 LOG(INFO) << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA; in TestUnlockObject() 906 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA; in TEST_F() 1002 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F() 1023 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA; in TEST_F() 1085 LOG(INFO) << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA; in TEST_F() 1167 LOG(INFO) << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA; in TEST_F() 1201 LOG(INFO) << "Skipping set_boolean_static as I don't know how to do that on " << kRuntimeISA; in GetSetBooleanStatic() 1230 LOG(INFO) << "Skipping set_byte_static as I don't know how to do that on " << kRuntimeISA; in GetSetByteStatic() [all …]
|
/art/compiler/utils/ |
D | assembler_test_base.h | 80 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand(); in CheckTools() 89 LOG(INFO) << "Chosen objdump command: " << GetObjdumpCommand(); in CheckTools() 101 LOG(INFO) << "Chosen disassemble command: " << GetDisassembleCommand(); in CheckTools() 103 LOG(INFO) << "No disassembler given."; in CheckTools() 137 LOG(INFO) << "GCC chose a different encoding than ours, but the overall length is the " in Driver() 307 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries() 314 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 300 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F() 302 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F() 315 LOG(INFO) << "Adding space3 " << reinterpret_cast<const void*>(space3->Begin()); in TEST_F() 339 LOG(INFO) << "Adding space4 " << reinterpret_cast<const void*>(space4->Begin()); in TEST_F() 362 LOG(INFO) << "Adding space5 " << reinterpret_cast<const void*>(space5->Begin()); in TEST_F()
|