Searched refs:INFO (Results 1 - 25 of 101) sorted by relevance

12345

/art/test/149-suspend-all-stress/
H A Dsuspend_all.cc45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO));
53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO));
62 LOG(INFO) << "Did " << iterations << " iterations";
/art/compiler/
H A Dcompiler.cc52 LOG(INFO) << "Method exceeds compiler instruction limit: "
58 LOG(INFO) << "Method exceeds compiler virtual register limit: "
/art/test/305-other-fault-handler/
H A Dfault_handler.cc61 LOG(INFO) << "SEGV Caught. mprotecting map.";
63 LOG(INFO) << "Setting value to be read.";
65 LOG(INFO) << "Changing prot to be read-only.";
82 LOG(INFO) << "Success!";
/art/runtime/gc/
H A Dheap_verification_test.cc98 ScopedLogSeverity sls(LogSeverity::INFO);
103 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj");
104 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj");
105 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj");
110 ScopedLogSeverity sls(LogSeverity::INFO);
119 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test");
120 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj");
122 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment),
124 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj");
125 LOG(INFO) <<
[all...]
H A Dreference_queue_test.cc72 LOG(INFO) << oss.str();
89 LOG(INFO) << oss.str();
94 LOG(INFO) << oss.str();
/art/libartbase/base/
H A Dlogging.h106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)
109 #define VLOG_STREAM(module) LOG_STREAM(INFO)
/art/tools/dexfuzz/src/dexfuzz/
H A DLog.java30 INFO, enum constant in enum:Log.LogTag
49 log(LogTag.INFO, msg);
/art/tools/titrace/
H A Dtitrace.cc130 LOG(INFO) << "================================================";
131 LOG(INFO) << " TI Trace // Summary ";
132 LOG(INFO) << "++++++++++++++++++++++++++++++++++++++++++++++++";
133 LOG(INFO) << " * Single step counter: " << single_step_counter_;
134 LOG(INFO) << "+++++++++++ Instructions Count ++++++++++++";
141 LOG(INFO) << " * " << opcode_name << "(op:" << i << "), count: " << inst_count
146 LOG(INFO) << "------------------------------------------------";
252 LOG(INFO) << "Agent_OnLoad: Hello World";
305 LOG(INFO) << "Agent_OnUnload: Goodbye";
/art/runtime/entrypoints/quick/
H A Dquick_deoptimization_entrypoints.cc37 LOG(INFO) << "Deopting:";
38 self->Dump(LOG_STREAM(INFO));
/art/runtime/
H A Dzip_archive.cc135 LOG(INFO) << "zip_archive: " << "make mmap of " << name << " @ offset = " << offset;
172 LOG(INFO) << "map_fd raw bytes starting at 0";
173 LOG(INFO) << "" << tmp;
174 LOG(INFO) << "---------------------------";
187 LOG(INFO) << "map address " << StringPrintf("%p", begin);
188 LOG(INFO) << "map first " << kMaxDumpChars << " chars:";
189 LOG(INFO) << tmp;
H A Dindirect_reference_table.cc183 LOG(INFO) << "+++ Recovered holes: "
193 LOG(INFO) << "No need to recover holes";
243 LOG(INFO) << "+++ Add: previous_state=" << previous_state.top_index
316 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.top_index
344 LOG(INFO) << "+++ Remove: previous_state=" << previous_state.top_index
400 LOG(INFO) << "+++ checking for hole at " << collapse_top_index - 1
408 LOG(INFO) << "+++ ate hole at " << (collapse_top_index - 1);
418 LOG(INFO) << "+++ ate last entry " << top_index - 1;
425 LOG(INFO) << "--- WEIRD: removing null entry " << idx;
436 LOG(INFO) << "
[all...]
H A Dsignal_catcher.cc130 // The runtime is not configured to dump traces to a file, will LOG(INFO)
150 LOG(INFO) << s;
168 LOG(INFO) << "Wrote stack traces to '" << output_path_msg << "'";
209 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF) and profile save";
225 LOG(INFO) << *self << ": reacting to signal " << signal_number;
228 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO));
H A Dquick_exception_handler.cc151 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf()
161 LOG(INFO) << "Handler is upcall";
166 LOG(INFO) << "Handler: " << handler_method_->PrettyMethod() << " (line: "
222 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: ");
529 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: ");
547 LOG(INFO) << "Single-frame deopting: "
666 LOG(INFO) << "|> pc = " << std::hex << GetCurrentQuickFramePc();
667 LOG(INFO) << "|> addr = " << std::hex << reinterpret_cast<uintptr_t>(GetCurrentQuickFrame());
669 LOG(INFO) << "|> ret = " << std::hex << GetReturnPc();
675 LOG(INFO) << "
[all...]
H A Dbarrier_test.cc36 LOG(INFO) << "Before barrier" << *self;
40 LOG(INFO) << "After barrier" << *self;
H A Dthread_android.cc72 PLOG(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed";
H A Dthread_pool_test.cc34 LOG(INFO) << "Running: " << *self;
44 LOG(INFO) << "Finalizing: " << *Thread::Current();
H A Dinstrumentation.cc223 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
233 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump();
240 LOG(INFO) << " Installing exit stub in " << DescribeLocation();
271 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
299 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
335 LOG(INFO) << "Installing exit stubs in " << thread_name;
392 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId()
399 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
409 LOG(INFO) << " Removing exit stub in " << DescribeLocation();
431 LOG(INFO) << " N
[all...]
/art/libdexfile/dex/
H A Dcompact_offset_table_test.cc72 android::base::ScopedLogSeverity sls(android::base::LogSeverity::INFO);
73 LOG(INFO) << "raw size " << before_size
/art/runtime/jdwp/
H A Djdwp_socket.cc97 LOG(INFO) << "JDWP will wait for debugger on port " << port;
99 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port;
326 LOG(INFO) << "Connecting out to " << inet_ntoa(addr.addrInet.sin_addr) << ":"
349 LOG(INFO) << "Connection established to " << options->host << " ("
416 LOG(INFO) << "NOTE: entering select w/o wakepipe";
454 LOG(INFO) << "Ignoring second debugger -- accepting and dropping";
463 LOG(INFO) << "Weird -- accept failed";
/art/compiler/optimizing/
H A Doptimizing_compiler_stats.h137 LOG(INFO) << "Did not compile any method.";
148 LOG(INFO) << "Attempted compilation of "
154 LOG(INFO) << "OptStat#" << static_cast<MethodCompilationStat>(i) << ": "
/art/runtime/gc/allocator/
H A Drosalloc.cc113 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex
143 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x"
159 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex
218 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x"
225 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from "
243 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fpr)
256 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex
294 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res)
303 LOG(INFO) << "RosAlloc::AllocPages() : nullptr";
351 LOG(INFO) << __PRETTY_FUNCTION_
[all...]
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc65 LOG(INFO) << "cpuinfo line: " << line;
67 LOG(INFO) << "found Application Specific Extensions";
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc155 LOG(INFO) << "cpuinfo line: " << line;
157 LOG(INFO) << "found features";
170 LOG(INFO) << "found architecture ARMv8";
195 LOG(INFO) << "hwcaps=" << hwcaps;
/art/dex2oat/linker/
H A Delf_writer_test.cc56 LOG(INFO) << "elf_filename=" << elf_filename;
112 LOG(INFO) << "elf_filename=" << elf_filename;
/art/test/137-cfi/
H A Dcfi.cc73 LOG(INFO) << "Got " << it->func_name << ", looking for " << seq[cur_search_index];
140 LOG(INFO) << "Result of check-stack: " << result;

Completed in 578 milliseconds

12345