Home
last modified time | relevance | path

Searched refs:VLOG (Results 1 – 25 of 65) sorted by relevance

123

/art/runtime/arch/arm/
Dfault_handler_arm.cc64 VLOG(signals) << "longjmp address: " << reinterpret_cast<void*>(sc->arm_pc); in HandleNestedSignal()
73 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
97 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp()
126 VLOG(signals) << "Generating null pointer exception"; in Action()
149 VLOG(signals) << "checking suspend"; in Action()
152 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
164 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
172 VLOG(signals) << "suspend check match"; in Action()
180 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action()
181 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action()
[all …]
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc62 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()
81 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
99 VLOG(signals) << "Generating null pointer exception"; in Action()
122 VLOG(signals) << "checking suspend"; in Action()
125 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
137 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
145 VLOG(signals) << "suspend check match"; in Action()
156 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
166 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
167 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
[all …]
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc48 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()
68 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
86 VLOG(signals) << "Generating null pointer exception"; in Action()
111 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
112 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
115 VLOG(signals) << "sp: " << std::hex << sp; in Action()
118 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
119 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
126 VLOG(signals) << "Not a stack overflow"; in Action()
130 VLOG(signals) << "Stack overflow found"; in Action()
/art/runtime/arch/mips/
Dfault_handler_mips.cc48 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()
68 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
86 VLOG(signals) << "Generating null pointer exception"; in Action()
111 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
112 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
115 VLOG(signals) << "sp: " << std::hex << sp; in Action()
118 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
119 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
126 VLOG(signals) << "Not a stack overflow"; in Action()
130 VLOG(signals) << "Stack overflow found"; in Action()
/art/runtime/
Dfault_handler.cc78 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler."; in art_sigsegv_fault()
125 VLOG(signals) << "Failed to claim SEGV: " << strerror(errno); in Init()
251 VLOG(signals) << "Handling fault"; in HandleFault()
253 VLOG(signals) << "in generated code, looking for handler"; in HandleFault()
255 VLOG(signals) << "invoking Action on handler " << handler; in HandleFault()
313 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode()
316 VLOG(signals) << "no current thread"; in IsInGeneratedCode()
322 VLOG(signals) << "not runnable"; in IsInGeneratedCode()
329 VLOG(signals) << "no lock"; in IsInGeneratedCode()
342 VLOG(signals) << "potential method: " << method_obj; in IsInGeneratedCode()
[all …]
Dthread_list.cc468 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll()
470 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll()
511 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
513 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
562 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal()
631 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll()
633 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll()
664 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll()
666 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll()
672 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll()
[all …]
Doat_file_assistant.cc113 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
232 VLOG(oat) << "Oat File Assistant: No relocated oat file found," in GetBestOatFile()
509 VLOG(oat) << "Dex checksum does not match for secondary dex: " in GivenOatFileIsOutOfDate()
524 VLOG(oat) << "Compiler filter for " << file.GetLocation() << " is " << current_compiler_filter; in GivenOatFileIsOutOfDate()
530 VLOG(oat) << "No image for oat image checksum to match against."; in GivenOatFileIsOutOfDate()
546 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileIsOutOfDate()
550 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileIsOutOfDate()
558 VLOG(oat) << "The profile has changed recently."; in GivenOatFileIsOutOfDate()
562 VLOG(oat) << "Profile check skipped for compiler filter " << current_compiler_filter; in GivenOatFileIsOutOfDate()
584 VLOG(oat) << "No image to check oat relocation against."; in GivenOatFileIsUpToDate()
[all …]
Dnative_bridge_art_interface.cc92 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge()
99 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
Djava_vm_ext.cc113 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult()
118 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult()
261 VLOG(jni) << "[Found native code for " << PrettyMethod(m) in FindNativeMethod()
301 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadNativeLibraries()
303 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadNativeLibraries()
767 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary()
804 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_NOW) returned " << handle << "]"; in LoadNativeLibrary()
808 VLOG(jni) << "dlopen(\"" << path << "\", RTLD_NOW) failed: " << *error_msg; in LoadNativeLibrary()
837 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary()
846 VLOG(jni) << "[No JNI_OnLoad found in \"" << path << "\"]"; in LoadNativeLibrary()
[all …]
Ddebugger.cc335 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint()
528 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish()
533 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish()
538 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish()
561 VLOG(jdwp) << "JDWP has attached"; in Connected()
1618 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable()
2326VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location; in GetThreadFrames()
2530 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues()
2574 VLOG(jdwp) << "get boolean local " << vreg << " = " << intVal; in GetLocalValue()
2584 VLOG(jdwp) << "get byte local " << vreg << " = " << intVal; in GetLocalValue()
[all …]
Dcode_simulator_container.cc32 VLOG(simulator) << "Could not load " << libart_simulator_so_name << ": " << dlerror(); in CodeSimulatorContainer()
/art/runtime/arch/x86/
Dfault_handler_x86.cc208 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize()
232 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
256 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
278 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp()
318 VLOG(signals) << "Generating null pointer exception"; in Action()
344 VLOG(signals) << "Checking for suspension point"; in Action()
360 VLOG(signals) << "Not a suspension point"; in Action()
378 VLOG(signals) << "suspend check match"; in Action()
395 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
398 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action()
[all …]
/art/runtime/jdwp/
Djdwp_request.cc60 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()
Djdwp_adb.cc124 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()
Djdwp_event.cc338 VLOG(jdwp) << StringPrintf("No match when removing event reqId=0x%04x", requestId); in UnregisterEventById()
412 VLOG(jdwp) << StringPrintf("##### Removing expired event (requestId=%#" PRIx32 ")", in CleanupMatchList()
585 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy()
695 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForJdwpToken()
702 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForJdwpToken()
720 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_); in ClearWaitForJdwpToken()
768 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart()
769 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart()
789 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
797 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread()
[all …]
Djdwp_main.cc70 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe()
119 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close()
159 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest()
183 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest()
357 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState()
361 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState()
373 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState()
446 VLOG(jdwp) << "JDWP: thread running"; in Run()
565 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run()
616 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity()
[all …]
Djdwp_socket.cc244 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_; in Accept()
250 VLOG(jdwp) << "Setting TCP_NODELAY on accepted socket"; in Accept()
417 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming()
446 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming()
473 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming()
477 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming()
515 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
/art/compiler/optimizing/
Dinliner.cc257 VLOG(compiler) << "Try inlining " << PrettyMethod(method_index, caller_dex_file); in TryInline()
265 VLOG(compiler) << "Not inlining a String.<init> method"; in TryInline()
288 VLOG(compiler) << "Method cannot be resolved " << PrettyMethod(method_index, caller_dex_file); in TryInline()
312 VLOG(compiler) << "Interface or virtual call to " in TryInline()
330 VLOG(compiler) << "Interface or virtual call to " in TryInline()
339 VLOG(compiler) << "Interface or virtual call to " in TryInline()
375 VLOG(compiler) << "Call to " << PrettyMethod(resolved_method) in TryInlineMonomorphicCall()
534 VLOG(compiler) << "Call to " << PrettyMethod(resolved_method) in TryInlinePolymorphicCall()
668 VLOG(compiler) << "Call to " << PrettyMethod(resolved_method) in TryInlinePolymorphicCallToSameTarget()
760 VLOG(compiler) << "Method " << PrettyMethod(method) in TryBuildAndInline()
[all …]
Dbuilder.cc53 VLOG(compiler) << "Skip compilation of huge method " in SkipCompilation()
63 VLOG(compiler) << "Skip compilation of large method with no branch " in SkipCompilation()
/art/runtime/gc/space/
Dmalloc_space.cc134 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment); in MoreCore()
178 VLOG(heap) << "Begin " << reinterpret_cast<const void*>(begin_) << "\n" in CreateZygoteSpace()
186 VLOG(heap) << "Creating new AllocSpace: "; in CreateZygoteSpace()
187 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()
188 VLOG(heap) << "GrowthLimit " << PrettySize(growth_limit); in CreateZygoteSpace()
189 VLOG(heap) << "Capacity " << PrettySize(capacity); in CreateZygoteSpace()
214 VLOG(heap) << "Failed creating zygote space from space " << GetName(); in CreateZygoteSpace()
216 VLOG(heap) << "zygote space creation done"; in CreateZygoteSpace()
/art/compiler/jit/
Djit_compiler.cc45 VLOG(jit) << "loading jit compiler"; in jit_load()
49 VLOG(jit) << "Done loading jit compiler"; in jit_load()
119 VLOG(compiler) << "JIT compiler option " << option; in JitCompiler()
123 VLOG(compiler) << "JIT instruction set variant " << str; in JitCompiler()
131 VLOG(compiler) << "JIT instruction set features " << str; in JitCompiler()
212 VLOG(jit) << "JIT failed to initialize " << PrettyMethod(method); in CompileMethod()
/art/runtime/jit/
Dprofile_saver.cc235 VLOG(profiler) << "Methods with samples greater than " in FetchAndCacheResolvedClassesAndMethods()
253 VLOG(profiler) << "Added " << classes.GetClasses().size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods()
257 VLOG(profiler) << "Location not found " << classes.GetBaseLocation() in FetchAndCacheResolvedClassesAndMethods()
307 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
364 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
375 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
380 VLOG(profiler) in ShouldProfileLocation()
405 VLOG(profiler) << "No code paths should be profiled."; in Start()
420 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
442 VLOG(profiler) << "Stopping profile saver thread"; in Stop()
Djit.cc167 VLOG(jit) << "JIT created with initial_capacity=" in Create()
231 VLOG(jit) << "Calling JitLoad interpreter_only=" in LoadCompiler()
249 VLOG(jit) << "JIT not compiling " << PrettyMethod(method) << " due to breakpoint"; in CompileMethod()
256 VLOG(jit) << "JIT not compiling " << PrettyMethod(method) << " due to deoptimization"; in CompileMethod()
267 VLOG(jit) << "Compiling method " in CompileMethod()
273 VLOG(jit) << "Failed to compile method " in CompileMethod()
505 VLOG(jit) << "Jumping to " in MaybeDoOnStackReplacement()
528 VLOG(jit) << "Done running OSR code for " << method_name; in MaybeDoOnStackReplacement()
572 VLOG(jit) << "Start profiling " << PrettyMethod(method_); in Run()
618 VLOG(jit) << "Start profiling " << PrettyMethod(method); in AddSamples()
/art/runtime/gc/collector/
Dimmune_spaces.cc74 VLOG(collector) << "Interval " << reinterpret_cast<const void*>(begin) << "-" in CreateLargestImmuneRegion()
102 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-" in CreateLargestImmuneRegion()
/art/runtime/verifier/
Dregister_line.cc340 VLOG(verifier) << "monitor-enter stack overflow while verifying " in PushMonitor()
356 VLOG(verifier) << "unexpected monitor-enter on register v" << reg_idx << " in " in PushMonitor()
371 VLOG(verifier) << "monitor-exit stack underflow while verifying " in PopMonitor()
392 VLOG(verifier) << "monitor-exit not unlocking the top of the monitor stack while verifying " in PopMonitor()
445 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()
480 VLOG(verifier) << "mismatched stack depths for register v" << idx in MergeRegisters()
522 VLOG(verifier) << "mismatched lock levels for register v" << idx << ": " in MergeRegisters()

123