/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 54 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp() 78 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp() 115 VLOG(signals) << "Generating null pointer exception"; in Action() 139 VLOG(signals) << "checking suspend"; in Action() 142 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action() 154 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action() 162 VLOG(signals) << "suspend check match"; in Action() 170 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action() 171 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action() 177 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action() [all …]
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 47 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 66 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 89 VLOG(signals) << "Generating null pointer exception"; in Action() 113 VLOG(signals) << "checking suspend"; in Action() 116 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action() 128 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action() 136 VLOG(signals) << "suspend check match"; in Action() 147 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action() 157 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 158 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() [all …]
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 47 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 67 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 94 VLOG(signals) << "Generating null pointer exception"; in Action() 119 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 120 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 123 VLOG(signals) << "sp: " << std::hex << sp; in Action() 126 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() 127 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action() 134 VLOG(signals) << "Not a stack overflow"; in Action() 138 VLOG(signals) << "Stack overflow found"; in Action()
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 46 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 66 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 92 VLOG(signals) << "Generating null pointer exception"; in Action() 117 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 118 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 121 VLOG(signals) << "sp: " << std::hex << sp; in Action() 124 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() 125 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action() 132 VLOG(signals) << "Not a stack overflow"; in Action() 136 VLOG(signals) << "Stack overflow found"; in Action()
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 61 VLOG(jdwp) << " string \"" << s << "\""; in ReadUtf8String() 80 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32() 86 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32() 92 VLOG(jdwp) << " field id " << DescribeField(id); in ReadFieldId() 98 VLOG(jdwp) << " method id " << DescribeMethod(id); in ReadMethodId() 104 VLOG(jdwp) << android::base::StringPrintf(" %s id %#" PRIx64, specific_kind, id); in ReadObjectId() 126 VLOG(jdwp) << " ref type id " << DescribeRefTypeId(id); in ReadRefTypeId() 132 VLOG(jdwp) << " frame id " << id; in ReadFrameId() 151 VLOG(jdwp) << " location " << location; in ReadLocation()
|
D | jdwp_adb.cc | 151 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport() 276 VLOG(jdwp) << "PID " << pid << " sent to ADB"; in Accept() 299 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept() 316 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept() 380 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 406 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 430 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 434 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 471 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
D | jdwp_event.cc | 255 VLOG(jdwp) << "Removing events within " << klass->PrettyClass(); in UnregisterLocationEventsOnClass() 378 VLOG(jdwp) << StringPrintf("No match when removing event reqId=0x%04x", requestId); in UnregisterEventById() 452 VLOG(jdwp) << StringPrintf("##### Removing expired event (requestId=%#" PRIx32 ")", in CleanupMatchList() 625 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy() 736 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForJdwpToken() 743 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForJdwpToken() 762 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_); in ClearWaitForJdwpToken() 810 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart() 811 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart() 831 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread() [all …]
|
D | jdwp_main.cc | 105 VLOG(jdwp) << "ParseJdwpOptions: " << options; in ParseJdwpOptions() 187 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe() 236 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close() 276 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest() 300 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest() 475 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState() 479 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState() 491 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState() 566 VLOG(jdwp) << "JDWP: thread running"; in Run() 685 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run() [all …]
|
D | jdwp_socket.cc | 247 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_; in Accept() 253 VLOG(jdwp) << "Setting TCP_NODELAY on accepted socket"; in Accept() 420 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 449 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 476 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 480 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 518 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 249 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize() 273 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize() 285 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp() 307 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp() 352 VLOG(signals) << "Generating null pointer exception"; in Action() 374 VLOG(signals) << "Checking for suspension point"; in Action() 390 VLOG(signals) << "Not a suspension point"; in Action() 408 VLOG(signals) << "suspend check match"; in Action() 425 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action() 428 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action() [all …]
|
/art/runtime/ |
D | fault_handler.cc | 43 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler."; in art_sigsegv_fault() 220 VLOG(signals) << "in generated code, looking for handler"; in HandleFault() 222 VLOG(signals) << "invoking Action on handler " << handler; in HandleFault() 271 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode() 274 VLOG(signals) << "no current thread"; in IsInGeneratedCode() 280 VLOG(signals) << "not runnable"; in IsInGeneratedCode() 287 VLOG(signals) << "no lock"; in IsInGeneratedCode() 300 VLOG(signals) << "potential method: " << method_obj; in IsInGeneratedCode() 305 VLOG(signals) << "no method"; in IsInGeneratedCode() 315 VLOG(signals) << "not a class"; in IsInGeneratedCode() [all …]
|
D | thread_list.cc | 618 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll() 620 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll() 663 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll() 665 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll() 715 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal() 783 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll() 785 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll() 817 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll() 819 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll() 825 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll() [all …]
|
D | oat_file_assistant.cc | 153 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant() 179 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath() 380 VLOG(oat) << "Dex checksum does not match for dex: " << dex in DexChecksumUpToDate() 414 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus() 418 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus() 580 VLOG(oat) << "OatFileAssistant: " << error_msg; in GetRequiredDexChecksums() 652 VLOG(oat) << "No image for oat image checksum to match against."; in ValidateBootClassPathChecksums() 793 VLOG(oat) << "unable to open vdex file " << vdex_filename << ": " << error_msg; in Status() 799 VLOG(oat) << error_msg; in Status() 807 VLOG(oat) << file->GetLocation() << " is " << status_ in Status() [all …]
|
D | debugger.cc | 343 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type; in DdmPublishChunk() 401 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint() 603 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish() 608 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish() 613 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish() 640 VLOG(jdwp) << "JDWP has attached"; in Connected() 1720 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable() 2429 VLOG(jdwp) in GetThreadFrames() 2603 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues() 2648 VLOG(jdwp) << "get boolean local " << vreg << " = " << intVal; in GetLocalValue() [all …]
|
D | native_bridge_art_interface.cc | 95 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge() 102 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
|
D | monitor_pool.cc | 49 VLOG(monitor) << "Expanding to capacity " in AllocateChunk() 118 VLOG(monitor) << "Allocating a new chunk."; in CreateMonitorInPool()
|
/art/runtime/ti/ |
D | agent.cc | 52 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load() 62 VLOG(agents) << "Attaching agent: " << name_ << " " << args_; in Attach() 80 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 88 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 102 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 179 VLOG(agents) << this << " is not currently loaded!"; in Unload() 212 VLOG(agents) << "Unable to find 'Agent_OnLoad' symbol in " << this; in PopulateFunctions() 216 VLOG(agents) << "Unable to find 'Agent_OnAttach' symbol in " << this; in PopulateFunctions() 220 VLOG(agents) << "Unable to find 'Agent_OnUnload' symbol in " << this; in PopulateFunctions()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 75 VLOG(compiler) << "JIT compiler option " << option; in ParseCompilerOptions() 79 VLOG(compiler) << "JIT instruction set variant " << str; in ParseCompilerOptions() 87 VLOG(compiler) << "JIT instruction set features " << str; in ParseCompilerOptions() 119 VLOG(jit) << "Create jit compiler"; in jit_load() 122 VLOG(jit) << "Done creating jit compiler"; in jit_load() 203 VLOG(jit) << "Compilation of " in CompileMethod()
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 155 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment); in MoreCore() 199 VLOG(heap) << "Begin " << reinterpret_cast<const void*>(begin_) << "\n" in CreateZygoteSpace() 207 VLOG(heap) << "Creating new AllocSpace: "; in CreateZygoteSpace() 208 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace() 209 VLOG(heap) << "GrowthLimit " << PrettySize(growth_limit); in CreateZygoteSpace() 210 VLOG(heap) << "Capacity " << PrettySize(capacity); in CreateZygoteSpace() 241 VLOG(heap) << "Failed creating zygote space from space " << GetName(); in CreateZygoteSpace() 243 VLOG(heap) << "zygote space creation done"; in CreateZygoteSpace()
|
/art/runtime/jit/ |
D | profile_saver.cc | 447 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods() 453 VLOG(profiler) << "Location " << dex_file->GetLocation() in FetchAndCacheResolvedClassesAndMethods() 471 VLOG(profiler) << "Location " << base_location in FetchAndCacheResolvedClassesAndMethods() 486 VLOG(profiler) << "Added " << classes.size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods() 491 VLOG(profiler) << "Location not found " << base_location; in FetchAndCacheResolvedClassesAndMethods() 499 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and " in FetchAndCacheResolvedClassesAndMethods() 537 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo() 554 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo() 591 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo() 654 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread() [all …]
|
/art/adbconnection/ |
D | adbconnection.cc | 323 VLOG(jdwp) << "Not sending ddms data of type " in SendDdmPacket() 394 VLOG(jdwp) << StringPrintf("sent DDMS packet %c%c%c%c to debugger %zu", in SendDdmPacket() 445 VLOG(jdwp) << "Fds have been sent to jdwp agent!"; in SendAgentFds() 481 VLOG(jdwp) << "Fds have been received from ADB!"; in ReadFdFromAdb() 527 VLOG(jdwp) << "PID " << pid << " sent to adb"; in SetupAdbConnection() 598 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop() 630 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop() 635 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop() 641 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop() 658 VLOG(jdwp) << "Sending agent fds again on data."; in RunPollLoop() [all …]
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 75 VLOG(collector) << "Interval " << reinterpret_cast<const void*>(begin) << "-" in CreateLargestImmuneRegion() 103 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-" in CreateLargestImmuneRegion()
|
/art/simulator/ |
D | code_simulator_container.cc | 35 VLOG(simulator) << "Could not load " << libart_simulator_so_name << ": " << dlerror(); in CodeSimulatorContainer()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 130 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult() 135 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult() 324 VLOG(jni) << "[Found native code for " << jni_long_name in FindNativeMethodInternal() 367 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadLibraries() 369 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadLibraries() 977 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary() 1014 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_NOW) returned " << handle << "]"; in LoadNativeLibrary() 1019 VLOG(jni) << "dlopen(\"" << path << "\", RTLD_NOW) failed: " << *error_msg; in LoadNativeLibrary() 1055 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary() 1060 VLOG(jni) << "[No JNI_OnLoad found in \"" << path << "\"]"; in LoadNativeLibrary() [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 345 VLOG(verifier) << "monitor-enter stack overflow while verifying " in PushMonitor() 360 VLOG(verifier) << "unexpected monitor-enter on register v" << reg_idx << " in " in PushMonitor() 374 VLOG(verifier) << "monitor-exit stack underflow while verifying " in PopMonitor() 394 VLOG(verifier) << "monitor-exit not unlocking the top of the monitor stack while verifying " in PopMonitor() 447 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters() 481 VLOG(verifier) << "mismatched stack depths for register v" << idx in MergeRegisters() 522 VLOG(verifier) << "mismatched lock levels for register v" << idx << ": " in MergeRegisters()
|