Home
last modified time | relevance | path

Searched refs:VLOG (Results 1 – 25 of 58) 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: " << *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/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/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/compiler/optimizing/
Dinliner.cc79 VLOG(compiler) << "Try inlining " << PrettyMethod(method_index, caller_dex_file); in TryInline()
88 VLOG(compiler) << "Method cannot be resolved " << PrettyMethod(method_index, caller_dex_file); in TryInline()
101 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
108 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
114 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
122 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
128 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
137 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
147 VLOG(compiler) << "Successfully inlined " << PrettyMethod(method_index, caller_dex_file); in TryInline()
188 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
[all …]
/art/runtime/
Dfault_handler.cc77 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()
153 VLOG(signals) << "Handling fault"; in HandleFault()
155 VLOG(signals) << "in generated code, looking for handler"; in HandleFault()
157 VLOG(signals) << "invoking Action on handler " << handler; in HandleFault()
303 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode()
306 VLOG(signals) << "no current thread"; in IsInGeneratedCode()
312 VLOG(signals) << "not runnable"; in IsInGeneratedCode()
319 VLOG(signals) << "no lock"; in IsInGeneratedCode()
332 VLOG(signals) << "potential method: " << method_obj; in IsInGeneratedCode()
[all …]
Dthread_list.cc455 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll()
457 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll()
478 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAll()
517 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
519 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
527 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll()
529 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll()
559 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll()
561 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll()
568 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll()
[all …]
Doat_file_assistant.cc114 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
179 VLOG(oat) << "Oat File Assistant: No relocated oat file found," in GetBestOatFile()
424 VLOG(oat) << "Dex checksum does not match for secondary dex: " in GivenOatFileIsOutOfDate()
441 VLOG(oat) << "No image for oat image checksum to match against."; in GivenOatFileIsOutOfDate()
446 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileIsOutOfDate()
469 VLOG(oat) << "No image to check oat relocation against."; in GivenOatFileIsUpToDate()
478 VLOG(oat) << file.GetLocation() << in GivenOatFileIsUpToDate()
489 VLOG(oat) << file.GetLocation() << in GivenOatFileIsUpToDate()
539 VLOG(oat) << "Profile new in topK: " << *it; in IsProfileChangeSignificant()
543 VLOG(oat) << "Oat File Assistant: Profile for " << dex_location_ in IsProfileChangeSignificant()
[all …]
Ddebugger.cc428 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint()
621 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish()
626 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish()
631 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish()
654 VLOG(jdwp) << "JDWP has attached"; in Connected()
1681 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable()
2389VLOG(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 …]
Djava_vm_ext.cc103 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult()
108 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult()
240 VLOG(jni) << "[Found native code for " << PrettyMethod(m) in FindNativeMethod()
622 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary()
654 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_NOW) returned " << handle << "]"; in LoadNativeLibrary()
658 VLOG(jni) << "dlopen(\"" << path << "\", RTLD_NOW) failed: " << *error_msg; in LoadNativeLibrary()
687 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary()
698 VLOG(jni) << "[No JNI_OnLoad found in \"" << path << "\"]"; in LoadNativeLibrary()
708 VLOG(jni) << "[Calling JNI_OnLoad in \"" << path << "\"]"; in LoadNativeLibrary()
733 VLOG(jni) << "[Returned " << (was_successful ? "successfully" : "failure") in LoadNativeLibrary()
Dmonitor_pool.cc55 VLOG(monitor) << "Resizing to capacity " << capacity_; in AllocateChunk()
99 VLOG(monitor) << "Allocating a new chunk."; in CreateMonitorInPool()
Dnative_bridge_art_interface.cc107 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge()
114 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
/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()
696 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForJdwpToken()
703 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForJdwpToken()
721 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_); in ClearWaitForJdwpToken()
769 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart()
770 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart()
790 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
798 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()
156 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest()
180 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest()
354 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState()
358 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState()
370 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState()
443 VLOG(jdwp) << "JDWP: thread running"; in Run()
563 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run()
614 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity()
[all …]
Djdwp_socket.cc242 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()
Djdwp_handler.cc92 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64, in RequestInvoke()
94 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%#" PRIx64 " %s.%s", in RequestInvoke()
97 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in RequestInvoke()
105 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in RequestInvoke()
110 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in RequestInvoke()
492 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject()
626 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues()
796VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues()
884 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str()); in SR_Value()
903 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str()); in TR_Name()
[all …]
/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/runtime/jit/
Djit_instrumentation.cc35 VLOG(jit) << "JitCompileTask compiling method " << PrettyMethod(method_); in Run()
39 VLOG(jit) << "Failed to compile method " << PrettyMethod(method_); in Run()
108 VLOG(jit) << "Compiling hot method " << PrettyMethod(method); in AddSamples()
/art/compiler/jit/
Djit_compiler.cc44 VLOG(jit) << "loading jit compiler"; in jit_load()
48 VLOG(jit) << "Done loading jit compiler"; in jit_load()
116 VLOG(jit) << "Already compiled " << PrettyMethod(method); in CompileMethod()
123 VLOG(jit) << "JIT failed to initialize " << PrettyMethod(method); in CompileMethod()
135 VLOG(jit) << "Not compile method " << PrettyMethod(method) in CompileMethod()
260 VLOG(jit) << "JIT added " << PrettyMethod(method) << "@" << method << " ccache_size=" in AddToCodeCache()
/art/compiler/dex/quick/
Dquick_compiler.cc496 VLOG(compiler) << "Too many dalvik registers : " << cu->mir_graph->GetNumOfCodeAndTempVRs(); in CanCompileMethod()
509 VLOG(compiler) << "Unsupported shorty : " << shorty; in CanCompileMethod()
526 VLOG(compiler) << "Unsupported dalvik byte code : " in CanCompileMethod()
529 VLOG(compiler) << "Unsupported extended MIR opcode : " in CanCompileMethod()
541 VLOG(compiler) << "Unsupported to invoke '" in CanCompileMethod()
623 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "..."; in Compile()
704 VLOG(compiler) << cu.instruction_set << ": Cannot compile method : " in Compile()
713 VLOG(compiler) << cu.instruction_set << ": Skipping method : " in Compile()
754 VLOG(compiler) << cu.instruction_set << ": Punted method to interpreter: " in Compile()
767 VLOG(compiler) << cu.instruction_set << ": Compiled " << PrettyMethod(method_idx, dex_file); in Compile()
[all …]
/art/compiler/dex/
Ddex_to_dex_compiler.cc193 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode()) in CompileReturnVoid()
213 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode()) in CompileCheckCast()
241 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInstanceFieldAccess()
275 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInvokeVirtual()
Dpass_manager.cc36 VLOG(compiler) << "Skipping disabled pass " << pass->GetName(); in CreateDefaultPassList()

123