Lines Matching refs:VLOG

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()
2335VLOG(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()
2563 VLOG(jdwp) << "failed to get boolean local " << reg; in GetLocalValue()
2572 VLOG(jdwp) << "get byte local " << reg << " = " << intVal; in GetLocalValue()
2575 VLOG(jdwp) << "failed to get byte local " << reg; in GetLocalValue()
2585 VLOG(jdwp) << "get short/char local " << reg << " = " << intVal; in GetLocalValue()
2588 VLOG(jdwp) << "failed to get short/char local " << reg; in GetLocalValue()
2597 VLOG(jdwp) << "get int local " << reg << " = " << intVal; in GetLocalValue()
2600 VLOG(jdwp) << "failed to get int local " << reg; in GetLocalValue()
2609 VLOG(jdwp) << "get float local " << reg << " = " << intVal; in GetLocalValue()
2612 VLOG(jdwp) << "failed to get float local " << reg; in GetLocalValue()
2628 VLOG(jdwp) << "get " << tag << " object local " << reg << " = " << o; in GetLocalValue()
2635 VLOG(jdwp) << "failed to get " << tag << " object local " << reg; in GetLocalValue()
2644 VLOG(jdwp) << "get double local " << reg << " = " << longVal; in GetLocalValue()
2647 VLOG(jdwp) << "failed to get double local " << reg; in GetLocalValue()
2656 VLOG(jdwp) << "get long local " << reg << " = " << longVal; in GetLocalValue()
2659 VLOG(jdwp) << "failed to get long local " << reg; in GetLocalValue()
2703 VLOG(jdwp) << " --> slot " << slot << " " << sigByte << " " << value; in SetLocalValues()
2724 VLOG(jdwp) << "failed to set boolean/byte local " << reg << " = " in SetLocalValue()
2733 VLOG(jdwp) << "failed to set short/char local " << reg << " = " in SetLocalValue()
2741 VLOG(jdwp) << "failed to set int local " << reg << " = " in SetLocalValue()
2749 VLOG(jdwp) << "failed to set float local " << reg << " = " in SetLocalValue()
2764 VLOG(jdwp) << tag << " object " << o << " is an invalid object"; in SetLocalValue()
2768 VLOG(jdwp) << "failed to set " << tag << " object local " << reg << " = " << o; in SetLocalValue()
2776 VLOG(jdwp) << "failed to set double local " << reg << " = " << value; in SetLocalValue()
2784 VLOG(jdwp) << "failed to set double local " << reg << " = " << value; in SetLocalValue()
2893 VLOG(jdwp) << "SS new method"; in UpdateDebugger()
2896 VLOG(jdwp) << "SS new instruction"; in UpdateDebugger()
2899 VLOG(jdwp) << "SS new line"; in UpdateDebugger()
2913 VLOG(jdwp) << "SS method pop"; in UpdateDebugger()
2918 VLOG(jdwp) << "SS new instruction"; in UpdateDebugger()
2921 VLOG(jdwp) << "SS new line"; in UpdateDebugger()
2936 VLOG(jdwp) << "SS method pop"; in UpdateDebugger()
2975 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x", in ProcessDeoptimizationRequest()
2981 VLOG(jdwp) << StringPrintf("Remove debugger as listener for instrumentation event 0x%x", in ProcessDeoptimizationRequest()
2988 VLOG(jdwp) << "Deoptimize the world ..."; in ProcessDeoptimizationRequest()
2990 VLOG(jdwp) << "Deoptimize the world DONE"; in ProcessDeoptimizationRequest()
2993 VLOG(jdwp) << "Undeoptimize the world ..."; in ProcessDeoptimizationRequest()
2995 VLOG(jdwp) << "Undeoptimize the world DONE"; in ProcessDeoptimizationRequest()
2998 VLOG(jdwp) << "Deoptimize method " << PrettyMethod(request.Method()) << " ..."; in ProcessDeoptimizationRequest()
3000 VLOG(jdwp) << "Deoptimize method " << PrettyMethod(request.Method()) << " DONE"; in ProcessDeoptimizationRequest()
3003 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " ..."; in ProcessDeoptimizationRequest()
3005 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " DONE"; in ProcessDeoptimizationRequest()
3053VLOG(jdwp) << StringPrintf("Queue request #%zd to start listening to instrumentation event 0x%x", in RequestDeoptimizationLocked()
3067VLOG(jdwp) << StringPrintf("Queue request #%zd to stop listening to instrumentation event 0x%x", in RequestDeoptimizationLocked()
3076 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3088 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3096 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3103 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3134 VLOG(jdwp) << "Process deoptimization request #" << req_index++; in ManageDeoptimization()
3210 VLOG(jdwp) << "No need for deoptimization when fully running with interpreter for method " in GetRequiredDeoptimizationKind()
3228 VLOG(jdwp) << "Need full deoptimization because of possible inlining of method " in GetRequiredDeoptimizationKind()
3239 VLOG(jdwp) << "Need full deoptimization because of possible direct code call " in GetRequiredDeoptimizationKind()
3243 VLOG(jdwp) << "Need selective deoptimization for compiled method " << PrettyMethod(m); in GetRequiredDeoptimizationKind()
3248 VLOG(jdwp) << "No need for deoptimization for non-compiled method " << PrettyMethod(m); in GetRequiredDeoptimizationKind()
3255 VLOG(jdwp) << "Breakpoint already set: no deoptimization is required"; in GetRequiredDeoptimizationKind()
3295 VLOG(jdwp) << "Set breakpoint #" << (gBreakpoints.size() - 1) << ": " in WatchLocation()
3309 VLOG(jdwp) << "Removed breakpoint #" << i << ": " << gBreakpoints[i]; in UnwatchLocation()
3526 VLOG(jdwp) << "Single-step thread: " << *thread; in ConfigureStep()
3527 VLOG(jdwp) << "Single-step step size: " << single_step_control->step_size; in ConfigureStep()
3528 VLOG(jdwp) << "Single-step step depth: " << single_step_control->step_depth; in ConfigureStep()
3529 VLOG(jdwp) << "Single-step current method: " << PrettyMethod(single_step_control->method); in ConfigureStep()
3530 VLOG(jdwp) << "Single-step current line: " << line_number; in ConfigureStep()
3531 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->stack_depth; in ConfigureStep()
3532 VLOG(jdwp) << "Single-step dex_pc values:"; in ConfigureStep()
3534 VLOG(jdwp) << StringPrintf(" %#x", dex_pc); in ConfigureStep()
3722 VLOG(jdwp) << " Transferring control to event thread"; in InvokeMethod()
3727 VLOG(jdwp) << " Resuming all threads"; in InvokeMethod()
3730 VLOG(jdwp) << " Resuming event thread only"; in InvokeMethod()
3739 VLOG(jdwp) << " Control has returned from event thread"; in InvokeMethod()
3755 VLOG(jdwp) << " Suspending all threads"; in InvokeMethod()
3758 VLOG(jdwp) << " Resuming event thread to balance the count"; in InvokeMethod()
3800VLOG(jdwp) << "ExecuteMethod translated " << PrettyMethod(m.Get()) << " to " << PrettyMethod(actua… in ExecuteMethod()
3804 VLOG(jdwp) << "ExecuteMethod " << PrettyMethod(m.Get()) in ExecuteMethod()
3819 VLOG(jdwp) << " JDWP invocation returning with exception=" << exception in ExecuteMethod()
3826 VLOG(jdwp) << " JDWP promoted result from " << pReq->result_tag << " to " << new_tag; in ExecuteMethod()
3918VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", type, replyData.g… in DdmHandlePacket()
3936VLOG(jdwp) << StringPrintf("dvmHandleDdm returning type=%.4s %p len=%d", reinterpret_cast<char*>(r… in DdmHandlePacket()
3941 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "..."; in DdmBroadcast()
4054 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type; in DdmSendChunkV()