/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/mips/ |
D | fault_handler_mips.cc | 44 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 64 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 90 VLOG(signals) << "Generating null pointer exception"; in Action() 115 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 116 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 119 VLOG(signals) << "sp: " << std::hex << sp; in Action() 122 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() 123 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action() 130 VLOG(signals) << "Not a stack overflow"; in Action() 134 VLOG(signals) << "Stack overflow found"; in Action()
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 45 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp() 65 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/ |
D | fault_handler.cc | 39 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler."; in art_sigsegv_fault() 186 VLOG(signals) << "Handling fault"; in HandleFault() 194 VLOG(signals) << "in generated code, looking for handler"; in HandleFault() 196 VLOG(signals) << "invoking Action on handler " << handler; in HandleFault() 245 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode() 248 VLOG(signals) << "no current thread"; in IsInGeneratedCode() 254 VLOG(signals) << "not runnable"; in IsInGeneratedCode() 261 VLOG(signals) << "no lock"; in IsInGeneratedCode() 274 VLOG(signals) << "potential method: " << method_obj; in IsInGeneratedCode() 279 VLOG(signals) << "no method"; in IsInGeneratedCode() [all …]
|
D | thread_list.cc | 617 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll() 619 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll() 662 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll() 664 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll() 714 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal() 767 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll() 769 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll() 801 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll() 803 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll() 809 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll() [all …]
|
D | oat_file_assistant.cc | 136 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant() 158 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath() 410 VLOG(oat) << "Dex checksum does not match for dex: " << dex in DexChecksumUpToDate() 452 VLOG(oat) << "No image for oat image checksum to match against."; in GivenOatFileStatus() 467 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus() 471 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus() 478 VLOG(oat) << "No image to check oat relocation against."; in GivenOatFileStatus() 487 VLOG(oat) << file.GetLocation() << in GivenOatFileStatus() 498 VLOG(oat) << file.GetLocation() << in GivenOatFileStatus() 506 VLOG(oat) << "Oat relocation test skipped for PIC oat file"; in GivenOatFileStatus() [all …]
|
D | java_vm_ext.cc | 116 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult() 121 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult() 264 VLOG(jni) << "[Found native code for " << m->PrettyMethod() in FindNativeMethod() 303 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadNativeLibraries() 305 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadNativeLibraries() 812 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary() 844 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_NOW) returned " << handle << "]"; in LoadNativeLibrary() 847 VLOG(jni) << "dlopen(\"" << path << "\", RTLD_NOW) failed: " << *error_msg; in LoadNativeLibrary() 883 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary() 888 VLOG(jni) << "[No JNI_OnLoad found in \"" << path << "\"]"; in LoadNativeLibrary() [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 | debugger.cc | 348 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint() 543 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish() 548 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish() 553 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish() 580 VLOG(jdwp) << "JDWP has attached"; in Connected() 1652 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable() 2381 … VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location; in GetThreadFrames() 2591 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues() 2635 VLOG(jdwp) << "get boolean local " << vreg << " = " << intVal; in GetLocalValue() 2645 VLOG(jdwp) << "get byte local " << vreg << " = " << intVal; in GetLocalValue() [all …]
|
D | code_simulator_container.cc | 32 VLOG(simulator) << "Could not load " << libart_simulator_so_name << ": " << dlerror(); in CodeSimulatorContainer()
|
/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/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 | 155 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport() 282 VLOG(jdwp) << StringPrintf("PID sent as '%.*s' to ADB", 4, buff); in Accept() 305 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept() 322 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept() 386 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 412 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 436 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 440 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 477 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 | 74 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe() 123 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close() 163 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest() 187 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest() 362 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState() 366 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState() 378 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState() 453 VLOG(jdwp) << "JDWP: thread running"; in Run() 572 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run() 623 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity() [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/ti/ |
D | agent.cc | 42 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 47 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 55 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 68 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper() 96 VLOG(agents) << "Unable to find 'Agent_OnLoad' symbol in " << this; in DoDlOpen() 100 VLOG(agents) << "Unable to find 'Agent_OnAttach' symbol in " << this; in DoDlOpen() 104 VLOG(agents) << "Unable to find 'Agent_OnUnload' symbol in " << this; in DoDlOpen() 121 VLOG(agents) << this << " is not currently loaded!"; in Unload()
|
D | agent.h | 68 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load() 77 VLOG(agents) << "Attaching agent: " << name_ << " " << args_; in Attach()
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 138 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment); in MoreCore() 182 VLOG(heap) << "Begin " << reinterpret_cast<const void*>(begin_) << "\n" in CreateZygoteSpace() 190 VLOG(heap) << "Creating new AllocSpace: "; in CreateZygoteSpace() 191 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace() 192 VLOG(heap) << "GrowthLimit " << PrettySize(growth_limit); in CreateZygoteSpace() 193 VLOG(heap) << "Capacity " << PrettySize(capacity); in CreateZygoteSpace() 218 VLOG(heap) << "Failed creating zygote space from space " << GetName(); in CreateZygoteSpace() 220 VLOG(heap) << "zygote space creation done"; in CreateZygoteSpace()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 48 VLOG(jit) << "loading jit compiler"; in jit_load() 52 VLOG(jit) << "Done loading jit compiler"; in jit_load() 122 VLOG(compiler) << "JIT compiler option " << option; in JitCompiler() 126 VLOG(compiler) << "JIT instruction set variant " << str; in JitCompiler() 134 VLOG(compiler) << "JIT instruction set features " << str; in JitCompiler()
|
/art/compiler/optimizing/ |
D | builder.cc | 53 VLOG(compiler) << "Skip compilation of huge method " in SkipCompilation() 63 VLOG(compiler) << "Skip compilation of large method with no branch " in SkipCompilation()
|
/art/runtime/jit/ |
D | profile_saver.cc | 237 VLOG(profiler) << "Methods with samples greater than " in FetchAndCacheResolvedClassesAndMethods() 256 VLOG(profiler) << "Added " << classes.GetClasses().size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods() 260 VLOG(profiler) << "Location not found " << classes.GetBaseLocation() in FetchAndCacheResolvedClassesAndMethods() 336 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo() 397 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread() 408 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation() 413 VLOG(profiler) in ShouldProfileLocation() 438 VLOG(profiler) << "No code paths should be profiled."; in Start() 453 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start() 484 VLOG(profiler) << "Stopping profile saver thread"; in Stop()
|
D | jit.cc | 173 VLOG(jit) << "JIT created with initial_capacity=" in Create() 237 VLOG(jit) << "Calling JitLoad interpreter_only=" in LoadCompiler() 255 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to breakpoint"; in CompileMethod() 262 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to deoptimization"; in CompileMethod() 273 VLOG(jit) << "Compiling method " in CompileMethod() 279 VLOG(jit) << "Failed to compile method " in CompileMethod() 526 VLOG(jit) << "Jumping to " in MaybeDoOnStackReplacement() 549 VLOG(jit) << "Done running OSR code for " << method_name; in MaybeDoOnStackReplacement() 593 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_); in Run() 639 VLOG(jit) << "Start profiling " << method->PrettyMethod(); in AddSamples()
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 74 VLOG(collector) << "Interval " << reinterpret_cast<const void*>(begin) << "-" in CreateLargestImmuneRegion() 102 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-" in CreateLargestImmuneRegion()
|