Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 259) sorted by relevance

1234567891011

/art/runtime/
Dindirect_reference_table.cc80 LOG(FATAL) << msg; in AbortIfNoCheckJNI()
82 LOG(ERROR) << msg; in AbortIfNoCheckJNI()
107 LOG(ERROR) << error_str; in IndirectReferenceTable()
132 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow " in Add()
163 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex in Add()
175 LOG(FATAL) << "Internal Error: non-empty local reference table\n" in AssertEmpty()
205 LOG(WARNING) << "Attempt to remove non-JNI local reference, dumping thread"; in Remove()
207 self->Dump(LOG(WARNING)); in Remove()
216 LOG(WARNING) << "Attempt to remove index outside index area (" << idx in Remove()
222 LOG(WARNING) << "Attempt to remove invalid index " << idx in Remove()
[all …]
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()
217 LOG(ERROR) << "Unexpected signal %d" << signal_number; in Run()
Druntime_android.cc47 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage(); in HandleUnexpectedSignal()
50 LOG(INTERNAL_FATAL) << "Dump heap object at fault address: "; in HandleUnexpectedSignal()
51 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr)); in HandleUnexpectedSignal()
Dprimitive.h90 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in ComponentSizeShift()
108 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in ComponentSize()
134 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type); in Descriptor()
198 LOG(FATAL) << "non integral type"; in MinValueOfIntegralType()
218 LOG(FATAL) << "non integral type"; in MaxValueOfIntegralType()
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()
207 LOG(FATAL) << "Unexpected vreg location " << kind; in ToVRegKind()
218 self_->DumpStack(LOG(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
453 LOG(FATAL) in HandleOptimizingDeoptimization()
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()
[all …]
Delf_utils.h121 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
153 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
163 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
/art/runtime/arch/
Dinstruction_set.h102 LOG(FATAL) << "ISA kNone does not have pointer size."; in GetInstructionSetPointerSize()
105 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetPointerSize()
142 LOG(FATAL) << "ISA kNone does not have bit width."; in Is64BitInstructionSet()
145 LOG(FATAL) << "Unknown ISA " << isa; in Is64BitInstructionSet()
171 LOG(FATAL) << "ISA kNone does not have spills."; in GetBytesPerGprSpillLocation()
174 LOG(FATAL) << "Unknown ISA " << isa; in GetBytesPerGprSpillLocation()
196 LOG(FATAL) << "ISA kNone does not have spills."; in GetBytesPerFprSpillLocation()
199 LOG(FATAL) << "Unknown ISA " << isa; in GetBytesPerFprSpillLocation()
Dinstruction_set.cc43 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetString()
108 LOG(FATAL) << "ISA kNone does not have alignment."; in GetInstructionSetAlignment()
111 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetAlignment()
147 LOG(FATAL) << "kNone has no stack overflow size"; in GetStackOverflowReservedBytes()
151 LOG(FATAL) << "Unknown instruction set" << isa; in GetStackOverflowReservedBytes()
/art/compiler/utils/
Dswap_space.cc41 LOG(INFO) << "Size " << last_size; in DumpFreeMap()
43 LOG(INFO) << " 0x" << std::hex << entry.second->Start() in DumpFreeMap()
86 LOG(FATAL) << "Size: " << free_by_start.size() << " vs " << free_by_size.size(); in CollectFree()
102 LOG(FATAL) << "Sum: " << sum1 << " vs " << sum2; in CollectFree()
146 LOG(ERROR) << "Unable to mmap new swap file chunk."; in NewFileChunk()
147 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size; in NewFileChunk()
148 LOG(ERROR) << "Free list:"; in NewFileChunk()
150 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_); in NewFileChunk()
151 LOG(FATAL) << "Aborting..."; in NewFileChunk()
158 LOG(FATAL) << "No swap file support on the Mac."; in NewFileChunk()
Dassembler_test_base.h72 LOG(ERROR) << "Could not find assembler from " << assembler_cmd_name_; in CheckTools()
73 LOG(ERROR) << "FindTool returned " << asm_tool; in CheckTools()
77 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand(); in CheckTools()
81 LOG(ERROR) << "Could not find objdump from " << objdump_cmd_name_; in CheckTools()
82 LOG(ERROR) << "FindTool returned " << objdump_tool; in CheckTools()
86 LOG(INFO) << "Chosen objdump command: " << GetObjdumpCommand(); in CheckTools()
93 LOG(ERROR) << "Could not find disassembler from " << disassembler_cmd_name_; in CheckTools()
94 LOG(ERROR) << "FindTool returned " << disassembler_tool; in CheckTools()
98 LOG(INFO) << "Chosen disassemble command: " << GetDisassembleCommand(); in CheckTools()
100 LOG(INFO) << "No disassembler given."; in CheckTools()
[all …]
/art/profman/
Dprofile_assistant.cc37 LOG(WARNING) << "Could not load reference profile file"; in ProcessProfilesInternal()
48 LOG(WARNING) << "Could not load profile file at index " << i; in ProcessProfilesInternal()
65 LOG(WARNING) << "Could not save reference profile file"; in ProcessProfilesInternal()
124 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles()
129 LOG(WARNING) << "Could not lock reference profiled files: " << error; in ProcessProfiles()
143 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles()
148 LOG(WARNING) << "Could not lock reference profile files: " << error; in ProcessProfiles()
/art/patchoat/
Dpatchoat.cc175 LOG(ERROR) << "Unable to initialize runtime"; in Patch()
195 LOG(ERROR) << "Unable to open input image file at " << input_image_filename; in Patch()
201 LOG(ERROR) << "Error while getting image length"; in Patch()
207 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
225 LOG(ERROR) << "Unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch()
239 LOG(ERROR) << "Unable to open input oat file at " << input_oat_filename; in Patch()
246 LOG(ERROR) << "Unable to open oat file " << input_oat_file->GetPath() << " : " << error_msg; in Patch()
292 LOG(ERROR) << "Failed to patch oat file " << input_oat_file->GetPath(); in Patch()
296 LOG(ERROR) << "Failed to patch image file " << input_image_filename; in Patch()
317 LOG(ERROR) << "Failed to open output image file at " << output_image_filename; in Patch()
[all …]
/art/compiler/
Dcompiler.cc34 LOG(FATAL) << "UNREACHABLE"; in Create()
48 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase()
54 LOG(INFO) << "Method exceeds compiler virtual register limit: " in IsPathologicalCase()
/art/compiler/optimizing/
Dintrinsics.cc110 LOG(FATAL) << "Unknown/unsupported op size " << data; in GetType()
156 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
168 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
178 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
188 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
200 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
210 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
220 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
230 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
240 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data; in GetIntrinsic()
[all …]
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()
148 LOG(FATAL) << "invalid stat " in PrintMethodCompilationStat()
/art/runtime/jdwp/
Djdwp_socket.cc88 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")"; in InitSocketTransport()
96 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()
305 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); in Establish()
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()
444 LOG(ERROR) << "Exit wake set, but not exiting?"; in ProcessIncoming()
451 LOG(INFO) << "Ignoring second debugger -- accepting and dropping"; in ProcessIncoming()
460 LOG(INFO) << "Weird -- accept failed"; in ProcessIncoming()
[all …]
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h84 isa == kNone ? (LOG(FATAL) << "kNone has no frame size", 0) : in GetCalleeSaveFrameSize()
85 (LOG(FATAL) << "Unknown instruction set" << isa, 0); in GetCalleeSaveFrameSize()
97 isa == kNone ? (LOG(FATAL) << "kNone has no pointer size", 0) : in GetConstExprPointerSize()
98 (LOG(FATAL) << "Unknown instruction set" << isa, 0); in GetConstExprPointerSize()
Dquick_deoptimization_entrypoints.cc36 LOG(INFO) << "Deopting:"; in artDeoptimize()
37 self->Dump(LOG(INFO)); in artDeoptimize()
/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 …]
/art/runtime/gc/accounting/
Dheap_bitmap-inl.h48 LOG(FATAL) << "Invalid object " << obj; in Test()
63 LOG(FATAL) << "Invalid object " << obj; in Clear()
78 LOG(FATAL) << "Invalid object " << obj; in Set()
95 LOG(FATAL) << "Invalid object " << obj; in AtomicTestAndSet()
/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()
237LOG(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()
280 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_type); 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()
[all …]
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc30 LOG(WARNING) << "Unexpected CPU variant for Mips64 using defaults: " << variant; in FromVariant()
58 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo()
66 LOG(ERROR) << "Failed to open /proc/cpuinfo"; in FromCpuInfo()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc96 LOG(WARNING) << "Unknown instruction set features for ARM CPU variant (" << variant in FromVariant()
138 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo()
140 LOG(INFO) << "found features"; in FromCpuInfo()
158 LOG(ERROR) << "Failed to open /proc/cpuinfo"; in FromCpuInfo()
171 LOG(INFO) << "hwcaps=" << hwcaps; in FromHwcap()
/art/runtime/gc/
Dallocation_record.cc49 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()
65 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
68 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
81 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()
84 LOG(WARNING) << propertyName << " '" << stackDepthString << "' too large, using " in SetProperties()
237 LOG(INFO) << "Enabling alloc tracker (" << records->alloc_record_max_ << " entries of " in SetAllocTrackingEnabled()
255 LOG(INFO) << "Disabling alloc tracker"; in SetAllocTrackingEnabled()
/art/runtime/base/unix_file/
Dfd_file.cc59LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in ~FdFile()
62 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in ~FdFile()
77 LOG(::art::ERROR) << warning; in moveTo()
90 LOG(::art::ERROR) << warning; in moveUp()
323 LOG(::art::ERROR) << "CloseOrErase failed while flushing a file."; in FlushCloseOrErase()
329 LOG(::art::ERROR) << "CloseOrErase failed while closing a file."; in FlushCloseOrErase()
340 LOG(::art::ERROR) << "FlushClose failed while flushing a file."; in FlushClose()
344 LOG(::art::ERROR) << "FlushClose failed while closing a file."; in FlushClose()

1234567891011