Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 86) sorted by relevance

1234

/art/runtime/
Dsignal_catcher.cc104 LOG(INFO) << s; in Output()
122 LOG(INFO) << "Wrote stack traces to '" << stack_trace_file_ << "'"; in Output()
157 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF)"; in HandleSigUsr1()
172 LOG(INFO) << *self << ": reacting to signal " << signal_number; in WaitForSignal()
175 Runtime::Current()->DumpLockHolders(LOG(INFO)); in WaitForSignal()
Dquick_exception_handler.cc145 self_->DumpStack(LOG(INFO) << "Delivering exception: " << PrettyTypeOf(exception) in FindCatch()
157 LOG(INFO) << "Handler is upcall"; in FindCatch()
162 LOG(INFO) << "Handler: " << PrettyMethod(handler_method_) << " (line: " << line_number << ")"; in FindCatch()
218 self_->DumpStack(LOG(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
488 self_->DumpStack(LOG(INFO) << "Deoptimizing: "); in DeoptimizeStack()
502 LOG(INFO) << "Single-frame deopting:"; in DeoptimizeSingleFrame()
622 LOG(INFO) << "|> pc = " << std::hex << GetCurrentQuickFramePc(); in VisitFrame()
623 LOG(INFO) << "|> addr = " << std::hex << reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in VisitFrame()
625 LOG(INFO) << "|> ret = " << std::hex << GetReturnPc(); in VisitFrame()
631 LOG(INFO) << "N <transition>"; in VisitFrame()
[all …]
Dindirect_reference_table.cc147 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex in Add()
223 LOG(INFO) << "+++ checking for hole at " << topIndex - 1 in Remove()
231 LOG(INFO) << "+++ ate hole at " << (topIndex - 1); in Remove()
240 LOG(INFO) << "+++ ate last entry " << topIndex - 1; in Remove()
247 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove()
257 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << segment_state_.parts.numHoles; in Remove()
Dinstrumentation.cc186 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()
196 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
205 LOG(INFO) << " Handling quick to interpreter transition. Frame " << GetFrameId(); in InstrumentationInstallStack()
220 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
227 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
241 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
249 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
282 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
339 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
346 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
[all …]
Dthread_pool_test.cc33 LOG(INFO) << "Running: " << *self; in Run()
43 LOG(INFO) << "Finalizing: " << *Thread::Current(); in Finalize()
Dbarrier_test.cc36 LOG(INFO) << "Before barrier" << *self; in Run()
40 LOG(INFO) << "After barrier" << *self; in Run()
Ddex_method_iterator_test.cc43 LOG(INFO) << invoke_type << " " << PrettyMethod(method_idx, dex_file); in TEST_F()
Dthread_android.cc72 PLOG(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed"; in SetNativePriority()
/art/compiler/
Dcompiler.cc48 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase()
54 LOG(INFO) << "Method exceeds compiler virtual register limit: " in IsPathologicalCase()
/art/runtime/gc/collector/
Dconcurrent_copying.cc115 LOG(INFO) << "Verifying no from-space refs"; in RunPhases()
119 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
163 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
164 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
180 LOG(INFO) << "force_evacuate_all=" << force_evacuate_all_; in InitializePhase()
181 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase()
184 LOG(INFO) << "Immune space: " << *space; in InitializePhase()
186 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
265 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
266 region_space_->DumpNonFreeRegions(LOG(INFO)); in FlipThreadRoots()
[all …]
Dimmune_spaces_test.cc298 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F()
300 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F()
313 LOG(INFO) << "Adding space3 " << reinterpret_cast<const void*>(space3->Begin()); in TEST_F()
337 LOG(INFO) << "Adding space4 " << reinterpret_cast<const void*>(space4->Begin()); in TEST_F()
360 LOG(INFO) << "Adding space5 " << reinterpret_cast<const void*>(space5->Begin()); in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc36 LOG(INFO) << "Deopting:"; in artDeoptimize()
37 self->Dump(LOG(INFO)); in artDeoptimize()
/art/runtime/jdwp/
Djdwp_socket.cc96 LOG(INFO) << "JDWP will wait for debugger on port " << port; in InitSocketTransport()
98 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port; in InitSocketTransport()
323 LOG(INFO) << "Connecting out to " << inet_ntoa(addr.addrInet.sin_addr) << ":" in Establish()
346 LOG(INFO) << "Connection established to " << options->host << " (" in Establish()
413 LOG(INFO) << "NOTE: entering select w/o wakepipe"; in ProcessIncoming()
451 LOG(INFO) << "Ignoring second debugger -- accepting and dropping"; in ProcessIncoming()
460 LOG(INFO) << "Weird -- accept failed"; in ProcessIncoming()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java30 INFO, enumConstant
49 log(LogTag.INFO, msg); in info()
/art/runtime/gc/allocator/
Drosalloc.cc108 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
138 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" in AllocPages()
153 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
212 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x" in AllocPages()
219 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from " in AllocPages()
237 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
250 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
288 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
297 LOG(INFO) << "RosAlloc::AllocPages() : nullptr"; in AllocPages()
345 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
[all …]
/art/compiler/optimizing/
Doptimizing_compiler_stats.h86 LOG(INFO) << "Did not compile any method."; in Log()
90 LOG(INFO) << "Attempted compilation of " << compile_stats_[kAttemptCompilation] in Log()
96 LOG(INFO) << PrintMethodCompilationStat(static_cast<MethodCompilationStat>(i)) << ": " in Log()
/art/runtime/gc/
Dreference_queue_test.cc68 queue.Dump(LOG(INFO)); in TEST_F()
82 queue.Dump(LOG(INFO)); in TEST_F()
84 queue.Dump(LOG(INFO)); in TEST_F()
/art/test/137-cfi/
Dcfi.cc70 LOG(INFO) << "Got " << it->func_name << ", looking for " << seq[cur_search_index]; in CheckStack()
113 LOG(INFO) << "Image is pic, in-process unwinding check bypassed."; in Java_Main_unwindInProcess()
149 LOG(INFO) << "Result of check-stack: " << result; in Java_Main_unwindInProcess()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc138 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo()
140 LOG(INFO) << "found features"; in FromCpuInfo()
171 LOG(INFO) << "hwcaps=" << hwcaps; in FromHwcap()
/art/runtime/arch/
Dstub_test.cc576 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()
856 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA; in TEST_F()
989 LOG(INFO) << "Skipping aput_obj as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1093 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F()
1114 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1200 LOG(INFO) << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1280 LOG(INFO) << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1314 LOG(INFO) << "Skipping set_boolean_static as I don't know how to do that on " << kRuntimeISA; in GetSetBooleanStatic()
[all …]
/art/compiler/utils/
Dassembler_test_base.h77 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand(); in CheckTools()
86 LOG(INFO) << "Chosen objdump command: " << GetObjdumpCommand(); in CheckTools()
98 LOG(INFO) << "Chosen disassemble command: " << GetDisassembleCommand(); in CheckTools()
100 LOG(INFO) << "No disassembler given."; in CheckTools()
132 LOG(INFO) << "GCC chose a different encoding than ours, but the overall length is the " in Driver()
301 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
308 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
/art/runtime/base/
Dlogging.h30 INFO, enumerator
109 ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
112 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
/art/runtime/interpreter/mterp/
Dmterp.cc450 LOG(INFO) << "DivideByZero: " << inst->Opcode(inst_data); in MterpLogDivideByZeroException()
458 LOG(INFO) << "ArrayIndex: " << inst->Opcode(inst_data); in MterpLogArrayIndexException()
466 LOG(INFO) << "NegativeArraySize: " << inst->Opcode(inst_data); in MterpLogNegativeArraySizeException()
474 LOG(INFO) << "NoSuchMethod: " << inst->Opcode(inst_data); in MterpLogNoSuchMethodException()
482 LOG(INFO) << "ExceptionThrown: " << inst->Opcode(inst_data); in MterpLogExceptionThrownException()
490 LOG(INFO) << "NullObject: " << inst->Opcode(inst_data); in MterpLogNullObjectException()
498 LOG(INFO) << "Fallback: " << inst->Opcode(inst_data) << ", Suspend Pending?: " in MterpLogFallback()
507 LOG(INFO) << "OSR: " << inst->Opcode(inst_data) << ", offset = " << offset; in MterpLogOSR()
516 LOG(INFO) << "Checkpoint fallback: " << inst->Opcode(inst_data); in MterpLogSuspendFallback()
518 LOG(INFO) << "Suspend fallback: " << inst->Opcode(inst_data); in MterpLogSuspendFallback()
/art/patchoat/
Dpatchoat.cc386 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic"; in IsImagePic()
392 LOG(INFO) << "image at location " << image_path << " was compiled PIC"; in IsImagePic()
419 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()
454 LOG(INFO) << "Created symlink " << output_oat_filename << " -> " << input_oat_filename; in ReplaceOatFileWithSymlink()
996 LOG(INFO) << "moving offset by " << base_delta in patchoat_image()
1008 LOG(INFO) << "Exiting with return ... " << ret; in patchoat_image()
1048 LOG(INFO) << "Using input-oat-file " << input_oat_filename; in patchoat_oat()
1077 LOG(INFO) << "Using patched-image-file " << patched_image_filename; in patchoat_oat()
1162 LOG(INFO) << "Cleaning up.. success? " << success; in patchoat_oat()
1190 LOG(INFO) << "moving offset by " << base_delta in patchoat_oat()
[all …]
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc86 LOG(INFO) << "Late-enabling -Xcheck:jni"; in EnableDebugFeatures()
91 LOG(INFO) << "Not late-enabling -Xcheck:jni (already on)"; in EnableDebugFeatures()

1234