/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 64 VLOG(signals) << "longjmp address: " << reinterpret_cast<void*>(sc->arm_pc); in HandleNestedSignal() 73 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 97 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp() 118 VLOG(signals) << "Generating null pointer exception"; in Action() 140 VLOG(signals) << "checking suspend"; in Action() 143 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action() 155 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action() 163 VLOG(signals) << "suspend check match"; in Action() 171 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action() 172 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action() [all …]
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 60 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 79 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 96 VLOG(signals) << "Generating null pointer exception"; in Action() 118 VLOG(signals) << "checking suspend"; in Action() 121 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action() 133 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action() 141 VLOG(signals) << "suspend check match"; in Action() 152 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action() 161 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 162 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() [all …]
|
/art/runtime/ |
D | fault_handler.cc | 76 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler."; in art_sigsegv_fault() 124 VLOG(signals) << "Failed to claim SEGV: " << strerror(errno); in Init() 143 VLOG(signals) << "Handling fault"; in HandleFault() 145 VLOG(signals) << "in generated code, looking for handler"; in HandleFault() 147 VLOG(signals) << "invoking Action on handler " << handler; in HandleFault() 206 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode() 209 VLOG(signals) << "no current thread"; in IsInGeneratedCode() 215 VLOG(signals) << "not runnable"; in IsInGeneratedCode() 222 VLOG(signals) << "no lock"; in IsInGeneratedCode() 235 VLOG(signals) << "potential method: " << method_obj; in IsInGeneratedCode() [all …]
|
D | thread_list.cc | 308 VLOG(threads) << *self << " SuspendAll starting..."; in SuspendAll() 310 VLOG(threads) << "Thread[null] SuspendAll starting..."; in SuspendAll() 331 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAll() 360 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll() 362 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll() 370 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll() 372 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll() 400 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll() 402 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll() 409 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll() [all …]
|
D | debugger.cc | 389 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint() 617 VLOG(jdwp) << "ParseJdwpOptions: " << options; in ParseJdwpOptions() 690 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish() 695 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish() 700 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish() 723 VLOG(jdwp) << "JDWP has attached"; in Connected() 1712 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable() 2335 … VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location; in GetThreadFrames() 2536 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues() 2560 VLOG(jdwp) << "get boolean local " << reg << " = " << intVal; in GetLocalValue() [all …]
|
D | monitor_pool.cc | 55 VLOG(monitor) << "Resizing to capacity " << capacity_; in AllocateChunk() 99 VLOG(monitor) << "Allocating a new chunk."; in CreateMonitorInPool()
|
D | native_bridge_art_interface.cc | 111 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge() 118 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
|
D | thread_linux.cc | 57 VLOG(threads) << "Alternate signal stack is " << PrettySize(ss.ss_size) << " at " << ss.ss_sp; in SetUpAlternateSignalStack()
|
D | runtime.cc | 409 VLOG(startup) << "Runtime::Start entering"; in Start() 464 VLOG(startup) << "Runtime::Start exiting"; in Start() 568 VLOG(startup) << "Runtime::StartDaemonThreads entering"; in StartDaemonThreads() 583 VLOG(startup) << "Runtime::StartDaemonThreads exiting"; in StartDaemonThreads() 679 VLOG(startup) << "Runtime::Init -verbose:startup enabled"; in Init() 902 VLOG(startup) << "Runtime::Init exiting"; in Init() 907 VLOG(startup) << "Runtime::InitNativeMethods entering"; in InitNativeMethods() 940 VLOG(startup) << "Runtime::InitNativeMethods exiting"; in InitNativeMethods() 1444 VLOG(profiler) << "Profiler state updated to " << state; in UpdateProfilerState()
|
D | profiler.cc | 192 VLOG(profiler) << "Delaying profile start for " << delay_secs << " secs"; in RunProfilerThread() 209 VLOG(profiler) << "Starting profiling run now for " in RunProfilerThread() 261 VLOG(profiler) << "Profile size: " << size; in RunProfilerThread() 273 VLOG(profiler) << "Saving profile to " << full_name; in WriteProfile() 574 VLOG(profiler) << "Profile: " in Write()
|
D | monitor.cc | 636 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / " in Deflate() 640 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode(); in Deflate() 644 VLOG(monitor) << "Deflated" << obj << " to empty lock word"; in Deflate() 661 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate() 664 VLOG(monitor) << "monitor: Inflate with hashcode " << hash_code in Inflate() 1157 VLOG(monitor) << "freeing monitor " << m << " belonging to unmarked object " in SweepMonitorList()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 201 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize() 225 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize() 249 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp() 271 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp() 305 VLOG(signals) << "Generating null pointer exception"; in Action() 331 VLOG(signals) << "Checking for suspension point"; in Action() 347 VLOG(signals) << "Not a suspension point"; in Action() 365 VLOG(signals) << "suspend check match"; in Action() 382 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action() 385 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action() [all …]
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 60 VLOG(jdwp) << " string \"" << s << "\""; in ReadUtf8String() 79 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32() 85 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32() 91 VLOG(jdwp) << " field id " << DescribeField(id); in ReadFieldId() 97 VLOG(jdwp) << " method id " << DescribeMethod(id); in ReadMethodId() 103 VLOG(jdwp) << StringPrintf(" %s id %#" PRIx64, specific_kind, id); in ReadObjectId() 125 VLOG(jdwp) << " ref type id " << DescribeRefTypeId(id); in ReadRefTypeId() 131 VLOG(jdwp) << " frame id " << id; in ReadFrameId() 150 VLOG(jdwp) << " location " << location; in ReadLocation()
|
D | jdwp_adb.cc | 124 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport() 239 VLOG(jdwp) << StringPrintf("PID sent as '%.*s' to ADB", 4, buff); in Accept() 262 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept() 275 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept() 339 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 365 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 388 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 392 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 429 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
D | jdwp_event.cc | 335 VLOG(jdwp) << StringPrintf("No match when removing event reqId=0x%04x", requestId); in UnregisterEventById() 423 VLOG(jdwp) << StringPrintf("##### Removing expired event (requestId=%#" PRIx32 ")", in CleanupMatchList() 585 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy() 678 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForEventThread() 685 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForEventThread() 705 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", event_thread_id_); in ClearWaitForEventThread() 770 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart() 771 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart() 794 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread() 802 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread() [all …]
|
D | jdwp_main.cc | 69 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe() 118 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close() 148 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest() 172 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest() 343 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState() 354 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState() 412 VLOG(jdwp) << "JDWP: thread running"; in Run() 532 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run() 583 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity() 591 VLOG(jdwp) << "+++ debugger interval=" << (now - last); in LastDebuggerActivity()
|
D | jdwp_socket.cc | 242 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_; in Accept() 248 VLOG(jdwp) << "Setting TCP_NODELAY on accepted socket"; in Accept() 390 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 419 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 445 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 449 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 486 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
D | jdwp_handler.cc | 102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64, in FinishInvoke() 104 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%x %s.%s", class_id, in FinishInvoke() 107 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in FinishInvoke() 115 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in FinishInvoke() 120 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in FinishInvoke() 148 VLOG(jdwp) << " --> returned " << resultTag in FinishInvoke() 158 VLOG(jdwp) << " string '" << result_string << "'"; in FinishInvoke() 161 VLOG(jdwp) << " string (null)"; in FinishInvoke() 538 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject() 672 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues() [all …]
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 134 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment); in MoreCore() 177 VLOG(heap) << "Begin " << reinterpret_cast<const void*>(begin_) << "\n" in CreateZygoteSpace() 185 VLOG(heap) << "Creating new AllocSpace: "; in CreateZygoteSpace() 186 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace() 187 VLOG(heap) << "GrowthLimit " << PrettySize(growth_limit); in CreateZygoteSpace() 188 VLOG(heap) << "Capacity " << PrettySize(capacity); in CreateZygoteSpace() 213 VLOG(heap) << "Failed creating zygote space from space " << GetName(); in CreateZygoteSpace() 215 VLOG(heap) << "zygote space creation done"; in CreateZygoteSpace()
|
D | rosalloc_space.cc | 94 VLOG(startup) << "RosAllocSpace::Create entering " << name in Create() 237 VLOG(heap) << "RosAllocSpace::Trim() "; in Trim() 267 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size); in SetFootprintLimit()
|
/art/compiler/dex/ |
D | frontend.cc | 559 VLOG(compiler) << "Too many dalvik registers : " << cu.num_dalvik_registers; in CanCompileMethod() 572 VLOG(compiler) << "Unsupported shorty : " << shorty; in CanCompileMethod() 589 VLOG(compiler) << "Unsupported dalvik byte code : " in CanCompileMethod() 592 VLOG(compiler) << "Unsupported extended MIR opcode : " in CanCompileMethod() 607 VLOG(compiler) << "Unsupported to invoke '" in CanCompileMethod() 625 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "..."; in CompileMethod() 724 VLOG(compiler) << cu.instruction_set << ": Cannot compile method : " in CompileMethod() 732 VLOG(compiler) << cu.instruction_set << ": Skipping method : " in CompileMethod() 771 VLOG(compiler) << cu.instruction_set << ": Punted method to interpreter: " in CompileMethod() 783 VLOG(compiler) << cu.instruction_set << ": Compiled " << PrettyMethod(method_idx, dex_file); in CompileMethod() [all …]
|
D | dex_to_dex_compiler.cc | 168 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode()) in CompileReturnVoid() 188 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode()) in CompileCheckCast() 216 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInstanceFieldAccess() 252 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInvokeVirtual()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 511 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false); in CompileAll() 608 VLOG(compiler) << "LoadImageClasses: " << GetMemoryUsageString(false); in PreCompile() 611 VLOG(compiler) << "Resolve: " << GetMemoryUsageString(false); in PreCompile() 614 VLOG(compiler) << "Verify none mode specified, skipping verification."; in PreCompile() 620 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false); in PreCompile() 623 VLOG(compiler) << "InitializeClasses: " << GetMemoryUsageString(false); in PreCompile() 626 VLOG(compiler) << "UpdateImageClasses: " << GetMemoryUsageString(false); in PreCompile() 731 VLOG(compiler) << "Failed to find class " << descriptor; in LoadImageClasses() 790 VLOG(compiler) << "Adding " << descriptor << " to image classes"; in MaybeAddToImageClasses() 1247 VLOG(compiler) << "Dex cache devirtualization failed for: " << PrettyMethod(method); in GetCodeAndMethodForDirectCall() [all …]
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 173 VLOG(class_linker) << "Failed to find dex_file"; in DexFile_defineClassNative() 178 VLOG(class_linker) << "Failed to find class_name"; in DexFile_defineClassNative() 195 VLOG(class_linker) << "DexFile_defineClassNative returning " << result; in DexFile_defineClassNative() 200 VLOG(class_linker) << "Failed to find dex_class_def"; in DexFile_defineClassNative()
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 707 VLOG(heap) << "Parallel scanning cards " << reinterpret_cast<void*>(begin_) << " - " in Run() 1238 VLOG(gc) << "MarkSweep scanned classes=" << class_count_.LoadRelaxed() in FinishPhase() 1242 VLOG(gc) << "Total number of work chunks allocated: " << work_chunks_created_.LoadRelaxed(); in FinishPhase() 1245 VLOG(gc) << "Overhead time " << PrettyDuration(overhead_time_.LoadRelaxed()); in FinishPhase() 1248 VLOG(gc) << "Large objects tested " << large_object_test_.LoadRelaxed() in FinishPhase() 1252 VLOG(gc) << "References scanned " << reference_count_.LoadRelaxed(); in FinishPhase() 1255 VLOG(gc) << "Marked: null=" << mark_null_count_.LoadRelaxed() in FinishPhase()
|