Home
last modified time | relevance | path

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

1234

/art/runtime/native/
Ddalvik_system_DexFile.cc301 LOG(INFO) << "DexFile_isDexOptNeeded failed to open oat file '" << oat_filename in CopyProfileFile()
321 LOG(INFO) << "DexFile_isDexOptNeeded found precompiled stripped file: " in CopyProfileFile()
326 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
333 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
339 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
349 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
357 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
363 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
371 LOG(INFO) << "DexFile_isDexOptNeeded file " << oat_filename in CopyProfileFile()
404 LOG(INFO) << "DexFile_isDexOptNeeded ignoring boot class path file: " << filename; in CopyProfileFile()
[all …]
Ddalvik_system_VMDebug.cc231 LOG(INFO) << "--- reference table dump ---"; in VMDebug_dumpReferenceTables()
233 soa.Env()->DumpReferenceTables(LOG(INFO)); in VMDebug_dumpReferenceTables()
234 soa.Vm()->DumpReferenceTables(LOG(INFO)); in VMDebug_dumpReferenceTables()
236 LOG(INFO) << "---"; in VMDebug_dumpReferenceTables()
244 LOG(INFO) << "VMDebug infopoint " << id << " hit"; in VMDebug_infopoint()
Djava_lang_Runtime.cc34 LOG(INFO) << "Explicit GC skipped."; in Runtime_gc()
41 LOG(INFO) << "System.exit called, status: " << status; in Runtime_nativeExit()
Ddalvik_system_ZygoteHooks.cc65 LOG(INFO) << "Late-enabling -Xcheck:jni"; in EnableDebugFeatures()
70 LOG(INFO) << "Not late-enabling -Xcheck:jni (already on)"; in EnableDebugFeatures()
/art/compiler/dex/quick/
Dcodegen_util.cc43 LOG(INFO) << line; in DumpMappingTable()
47 LOG(INFO) << line; in DumpMappingTable()
49 LOG(INFO) <<" };\n\n"; in DumpMappingTable()
197 LOG(INFO) << "-------- method entry " in DumpLIRInsn()
201 LOG(INFO) << "-------- Method_Exit"; in DumpLIRInsn()
204 LOG(INFO) << "-------- BARRIER"; in DumpLIRInsn()
207 LOG(INFO) << "-------- entry offset: 0x" << std::hex << dest; in DumpLIRInsn()
214 LOG(INFO) << "-------- dalvik offset: 0x" << std::hex in DumpLIRInsn()
219 LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest; in DumpLIRInsn()
222 LOG(INFO) << reinterpret_cast<uintptr_t>(base_addr) + offset << " (0x" << std::hex in DumpLIRInsn()
[all …]
/art/runtime/arch/
Darch_test.cc372 LOG(INFO) << "No Thread Self Offset found."; in TEST_F()
379 LOG(INFO) << "No Thread Card Table Offset found."; in TEST_F()
386 LOG(INFO) << "No Thread Exception Offset found."; in TEST_F()
393 LOG(INFO) << "No Thread ID Offset found."; in TEST_F()
403 LOG(INFO) << "No Runtime Save-all Offset found."; in TEST_F()
410 LOG(INFO) << "No Runtime Refs-only Offset found."; in TEST_F()
417 LOG(INFO) << "No Runtime Refs-and-Args Offset found."; in TEST_F()
427 LOG(INFO) << "No expected HeapReference Size found."; in TEST_F()
436 LOG(INFO) << "No expected StackReference Size #define found."; in TEST_F()
Dstub_test.cc593 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA; in TEST_F()
651 LOG(INFO) << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
809 LOG(INFO) << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA; in TestUnlockObject()
865 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA; in TEST_F()
999 LOG(INFO) << "Skipping aput_obj as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1100 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F()
1121 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1202 LOG(INFO) << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1301 LOG(INFO) << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1333 LOG(INFO) << "Skipping set32static as I don't know how to do that on " << kRuntimeISA; in GetSet32Static()
[all …]
/art/compiler/
Delf_fixup.cc75 LOG(INFO) << StringPrintf("In %s moving Elf32_Dyn[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupDynamic()
95 LOG(INFO) << StringPrintf("In %s moving Elf32_Shdr[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupSectionHeaders()
113 LOG(INFO) << StringPrintf("In %s moving Elf32_Phdr[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupProgramHeaders()
139 LOG(INFO) << StringPrintf("In %s moving Elf32_Sym[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupSymbols()
157 LOG(INFO) << StringPrintf("In %s moving Elf32_Rel[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupRelocations()
167 LOG(INFO) << StringPrintf("In %s moving Elf32_Rela[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupRelocations()
Delf_writer_quick.cc258 LOG(INFO) << "phdr_offset=" << phdr_offset << std::hex << " " << phdr_offset; in Write()
259 LOG(INFO) << "phdr_size=" << phdr_size << std::hex << " " << phdr_size; in Write()
300 LOG(INFO) << "dynstr size (bytes) =" << dynstr.size() in Write()
302 LOG(INFO) << "dynsym size (elements)=" << dynsym_builder_.GetSize() in Write()
311 LOG(INFO) << "strtab size (bytes) =" << strtab.size() in Write()
313 LOG(INFO) << "symtab size (elements) =" << symtab_builder_.GetSize() in Write()
387 LOG(INFO) << ".shstrtab size (bytes) =" << shstrtab.size() in Write()
389 LOG(INFO) << "section list size (elements)=" << section_ptrs.size() in Write()
397 LOG(INFO) << ".hash size (bytes)=" << hash.size() * sizeof(Elf32_Word) in Write()
467 LOG(INFO) << "dynsym off=" << dynsym_builder_.section_.sh_offset in Write()
[all …]
/art/runtime/
Dsignal_catcher.cc101 LOG(INFO) << s; in Output()
119 LOG(INFO) << "Wrote stack traces to '" << stack_trace_file_ << "'"; in Output()
170 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF)"; in HandleSigUsr1()
185 LOG(INFO) << *self << ": reacting to signal " << signal_number; in WaitForSignal()
188 Runtime::Current()->DumpLockHolders(LOG(INFO)); in WaitForSignal()
Dindirect_reference_table.cc129 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex in Add()
193 LOG(INFO) << "+++ checking for hole at " << topIndex - 1 in Remove()
201 LOG(INFO) << "+++ ate hole at " << (topIndex - 1); in Remove()
210 LOG(INFO) << "+++ ate last entry " << topIndex - 1; in Remove()
218 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove()
228 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << segment_state_.parts.numHoles; in Remove()
Dinstrumentation.cc214 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()
224 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
233 LOG(INFO) << " Handling quick to interpreter transition. Frame " << GetFrameId(); in InstrumentationInstallStack()
248 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
255 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
269 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
277 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
308 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
357 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
364 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
[all …]
Dlog_severity.h22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5; variable
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()
Dquick_exception_handler.cc123 self_->DumpStack(LOG(INFO) << "Delivering exception: " << PrettyTypeOf(exception) in FindCatch()
135 LOG(INFO) << "Handler is upcall"; in FindCatch()
140 LOG(INFO) << "Handler: " << PrettyMethod(handler_method_) << " (line: " << line_number << ")"; in FindCatch()
288 self_->DumpStack(LOG(INFO) << "Deoptimizing: "); in DeoptimizeStack()
/art/runtime/gc/allocator/
Drosalloc.cc98 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
125 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" in AllocPages()
140 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
199 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x" in AllocPages()
206 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from " in AllocPages()
224 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
237 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
275 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
284 LOG(INFO) << "RosAlloc::AllocPages() : NULL"; in AllocPages()
332 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
[all …]
/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/compiler/dex/
Dpass_driver.h119 LOG(INFO) << "Skipping " << pass->GetName(); in CreateDefaultPassList()
137 LOG(INFO) << "Loop Passes are:"; in PrintPassNames()
140 LOG(INFO) << "\t-" << cur_pass->GetName(); in PrintPassNames()
/art/compiler/sea_ir/
Dfrontend.cc47 LOG(INFO) << "Compiling " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
60 LOG(INFO) << "Compiled SEA IR method " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
/art/compiler/sea_ir/debug/
Ddot_gen.h104 LOG(INFO) << "Starting to write SEA string to file " << filename << std::endl; in DumpSea()
113 LOG(INFO) << "Written SEA string to file."; in DumpSea()
/art/runtime/base/
Dlogging.cc32 static LogSeverity gMinimumLogSeverity = INFO;
101 gMinimumLogSeverity = INFO; in InitLogging()
/art/runtime/gc/accounting/
Dmod_union_table.cc181 LOG(INFO) << "Object " << reinterpret_cast<const void*>(obj) << "(" << PrettyTypeOf(obj) in operator ()()
184 LOG(INFO) << "FromSpace " << from_space->GetName() << " type " in operator ()()
186 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()
188 heap->DumpSpaces(LOG(INFO)); in operator ()()
/art/compiler/utils/
Dassembler_test.h185 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand(); in CheckTools()
190 LOG(INFO) << "Chosen objdump command: " << GetObjdumpCommand(); in CheckTools()
198 LOG(INFO) << "Chosen disassemble command: " << GetDisassembleCommand(); in CheckTools()
200 LOG(INFO) << "No disassembler given."; in CheckTools()
370 LOG(INFO) << "GCC chose a different encoding than ours, but the overall length is the " in Driver()
467 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
474 LOG(INFO) << "Error disassembling: " << error_msg; in DisassembleBinaries()
/art/patchoat/
Dpatchoat.cc362 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic"; in IsImagePic()
368 LOG(INFO) << "image at location " << image_path << " was compiled PIC"; in IsImagePic()
395 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()
430 LOG(INFO) << "Created symlink " << output_oat_filename << " -> " << input_oat_filename; in ReplaceOatFileWithSymlink()
960 LOG(INFO) << "patchoat: option[" << i << "]=" << argv[i]; in patchoat()
1111 LOG(INFO) << "Using input-oat-file " << input_oat_filename; in patchoat()
1140 LOG(INFO) << "Using patched-image-file " << patched_image_filename; in patchoat()
1246 LOG(INFO) << Dumpable<TimingLogger>(timings); in patchoat()
1250 LOG(INFO) << "Cleaning up.. success? " << success; in patchoat()
1265 LOG(INFO) << "moving offset by " << base_delta in patchoat()
[all …]

1234