Home
last modified time | relevance | path

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

1234

/art/runtime/gc/collector/
Dconcurrent_copying.cc84 LOG(INFO) << "Verifying no from-space refs"; in RunPhases()
88 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
131 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
132 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
148 LOG(INFO) << "force_evacuate_all=" << force_evacuate_all_; in InitializePhase()
149 LOG(INFO) << "Immune region: " << immune_region_.Begin() << "-" << immune_region_.End(); in InitializePhase()
150 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
227 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
228 region_space_->DumpNonFreeRegions(LOG(INFO)); in FlipThreadRoots()
244 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
[all …]
/art/compiler/dex/quick/
Dcodegen_util.cc49 LOG(INFO) << line; in DumpMappingTable()
53 LOG(INFO) << line; in DumpMappingTable()
55 LOG(INFO) <<" };\n\n"; in DumpMappingTable()
207 LOG(INFO) << "-------- PrologueBegin"; in DumpLIRInsn()
210 LOG(INFO) << "-------- PrologueEnd"; in DumpLIRInsn()
213 LOG(INFO) << "-------- EpilogueBegin"; in DumpLIRInsn()
216 LOG(INFO) << "-------- EpilogueEnd"; in DumpLIRInsn()
219 LOG(INFO) << "-------- BARRIER"; in DumpLIRInsn()
222 LOG(INFO) << "-------- entry offset: 0x" << std::hex << dest; in DumpLIRInsn()
229 LOG(INFO) << "-------- dalvik offset: 0x" << std::hex in DumpLIRInsn()
[all …]
/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()
Dindirect_reference_table.cc146 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex in Add()
222 LOG(INFO) << "+++ checking for hole at " << topIndex - 1 in Remove()
230 LOG(INFO) << "+++ ate hole at " << (topIndex - 1); in Remove()
239 LOG(INFO) << "+++ ate last entry " << topIndex - 1; in Remove()
246 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove()
256 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << segment_state_.parts.numHoles; in Remove()
Dinstrumentation.cc181 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()
191 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
200 LOG(INFO) << " Handling quick to interpreter transition. Frame " << GetFrameId(); in InstrumentationInstallStack()
215 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
222 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
236 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
244 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
275 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
325 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
332 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
[all …]
Dbarrier_test.cc36 LOG(INFO) << "Before barrier" << *self; in Run()
40 LOG(INFO) << "After barrier" << *self; in Run()
Dthread_pool_test.cc33 LOG(INFO) << "Running: " << *self; in Run()
43 LOG(INFO) << "Finalizing: " << *Thread::Current(); in Finalize()
Ddex_method_iterator_test.cc43 LOG(INFO) << invoke_type << " " << PrettyMethod(method_idx, dex_file); in TEST_F()
/art/compiler/dex/
Dpass_manager.cc44 LOG(INFO) << "Loop Passes are:"; in PrintPassNames()
46 LOG(INFO) << "\t-" << cur_pass->GetName(); in PrintPassNames()
Dcompiler_ir.cc74 LOG(INFO) << "TIMINGS " << PrettyMethod(method_idx, *dex_file); in EndTiming()
75 LOG(INFO) << Dumpable<TimingLogger>(timings); in EndTiming()
Dpass_me.h108 LOG(INFO) << "\t" << option.first << ":" << option.second; in PrintPassDefaultOptions()
120 LOG(INFO) << "\t" << option.first << ":" in PrintPassOptions()
/art/compiler/
Dcompiler.cc50 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase()
56 LOG(INFO) << "Method exceeds compiler virtual register limit: " in IsPathologicalCase()
/art/compiler/optimizing/
Doptimizing_compiler_stats.h69 LOG(INFO) << "Did not compile any method."; in Log()
84 LOG(INFO) << oss.str(); in Log()
88 LOG(INFO) << PrintMethodCompilationStat(i) << ": " << compile_stats_[i]; in Log()
/art/runtime/jdwp/
Djdwp_socket.cc94 LOG(INFO) << "JDWP will wait for debugger on port " << port; in InitSocketTransport()
96 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port; in InitSocketTransport()
299 …LOG(INFO) << "Connecting out to " << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrIn… in Establish()
320 …LOG(INFO) << "Connection established to " << options->host << " (" << inet_ntoa(addr.addrInet.sin_… in Establish()
386 LOG(INFO) << "NOTE: entering select w/o wakepipe"; in ProcessIncoming()
424 LOG(INFO) << "Ignoring second debugger -- accepting and dropping"; in ProcessIncoming()
433 LOG(INFO) << "Weird -- accept failed"; in ProcessIncoming()
/art/runtime/gc/allocator/
Drosalloc.cc103 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
130 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" in AllocPages()
145 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
204 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x" in AllocPages()
211 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from " in AllocPages()
229 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
242 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
280 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
289 LOG(INFO) << "RosAlloc::AllocPages() : nullptr"; in AllocPages()
337 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
[all …]
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc75 LOG(INFO) << "Late-enabling -Xcheck:jni"; in EnableDebugFeatures()
80 LOG(INFO) << "Not late-enabling -Xcheck:jni (already on)"; in EnableDebugFeatures()
106 LOG(INFO) << "Not enabling JIT due to safe mode"; in EnableDebugFeatures()
109 LOG(INFO) << "Late-enabling JIT"; in EnableDebugFeatures()
Djava_lang_Runtime.cc43 LOG(INFO) << "Explicit GC skipped."; in Runtime_gc()
50 LOG(INFO) << "System.exit called, status: " << status; in Runtime_nativeExit()
/art/runtime/gc/
Dreference_queue_test.cc65 queue.Dump(LOG(INFO)); in TEST_F()
79 queue.Dump(LOG(INFO)); in TEST_F()
81 queue.Dump(LOG(INFO)); in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java30 INFO, enumConstant
49 log(LogTag.INFO, msg); in info()
/art/compiler/utils/
Dassembler_test_base.h73 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand(); in CheckTools()
78 LOG(INFO) << "Chosen objdump command: " << GetObjdumpCommand(); in CheckTools()
86 LOG(INFO) << "Chosen disassemble command: " << GetDisassembleCommand(); in CheckTools()
88 LOG(INFO) << "No disassembler given."; in CheckTools()
120 LOG(INFO) << "GCC chose a different encoding than ours, but the overall length is the " in Driver()
219 LOG(INFO) << "Assembler command line:"; in Assemble()
221 LOG(INFO) << arg; in Assemble()
289 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
296 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
/art/test/137-cfi/
Dcfi.cc69 LOG(INFO) << "Got " << it->func_name << ", looking for " << seq[cur_search_index]; in CheckStack()
106 LOG(INFO) << "Image is pic, in-process unwinding check bypassed."; in Java_Main_unwindInProcess()
135 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.cc839 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA; in TEST_F()
898 LOG(INFO) << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1058 LOG(INFO) << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA; in TestUnlockObject()
1119 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1254 LOG(INFO) << "Skipping aput_obj as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1360 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F()
1381 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1469 LOG(INFO) << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1550 LOG(INFO) << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1584 LOG(INFO) << "Skipping set_boolean_static as I don't know how to do that on " << kRuntimeISA; in GetSetBooleanStatic()
[all …]
/art/runtime/base/
Dlogging.h30 INFO, enumerator
104 ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
107 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
/art/runtime/gc/space/
Dimage_space.cc186 LOG(INFO) << "Pruning dalvik-cache since we are generating an image and will need to recompile"; in GenerateImage()
216 LOG(INFO) << "Using an offset of 0x" << std::hex << base_offset << " from default " in GenerateImage()
230 LOG(INFO) << "GenerateImage: " << command_line; in GenerateImage()
291 LOG(INFO) << "Pruning dalvik-cache since we are relocating an image and will need to recompile"; in RelocateImage()
329 LOG(INFO) << "RelocateImage: " << command_line; in RelocateImage()
669 LOG(INFO) << "ImageSpace::Init entering image_filename=" << image_filename; in Init()
692 LOG(INFO) << "Dumping image sections"; in Init()
696 LOG(INFO) << section_idx << " start=" in Init()
780 LOG(INFO) << "ImageSpace::Init exiting (" << PrettyDuration(NanoTime() - start_time) in Init()

1234