Lines Matching refs:Dbg
46 return StringPrintf("%#" PRIx64 " (%s)", field_id, Dbg::GetFieldName(field_id).c_str()); in DescribeField()
50 return StringPrintf("%#" PRIx64 " (%s)", method_id, Dbg::GetMethodName(method_id).c_str()); in DescribeMethod()
55 Dbg::GetSignature(ref_type_id, &signature); in DescribeRefTypeId()
62 JdwpError rc = Dbg::GetObjectTag(object_id, &tag); in WriteTaggedObject()
99 class_id, method_id, Dbg::GetClassName(class_id).c_str(), in RequestInvoke()
100 Dbg::GetMethodName(method_id).c_str()); in RequestInvoke()
107 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke()
118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()
158 Dbg::FindLoadedClassBySignature(classDescriptor.c_str(), &ids); in VM_ClassesBySignature()
166 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr); in VM_ClassesBySignature()
188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); in VM_AllThreads()
211 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups()
232 Dbg::Dispose(); in VM_Dispose()
246 Dbg::SuspendVM(); in VM_Suspend()
255 Dbg::ResumeVM(); in VM_Resume()
276 JdwpError status = Dbg::CreateString(str, &string_id); in VM_CreateString()
311 Dbg::DisposeObject(object_id, reference_count); in VM_DisposeObjects()
358 Dbg::GetClassList(&classes); in VM_AllClassesImpl()
367 JDWP::JdwpError status = Dbg::GetClassInfo(classes[i], &type_tag, &class_status, &descriptor); in VM_AllClassesImpl()
408 JdwpError rc = Dbg::GetInstanceCounts(class_ids, &counts); in VM_InstanceCounts()
423 return Dbg::GetModifiers(refTypeId, pReply); in RT_Modifiers()
436 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply); in RT_GetValues()
451 JdwpError status = Dbg::GetSourceFile(refTypeId, &source_file); in RT_SourceFile()
467 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr); in RT_Status()
481 return Dbg::OutputDeclaredInterfaces(refTypeId, pReply); in RT_Interfaces()
491 JdwpError status = Dbg::GetClassObject(refTypeId, &class_object_id); in RT_ClassObject()
508 JdwpError status = Dbg::GetSourceDebugExtension(refTypeId, &extension_data); in RT_SourceDebugExtension()
521 JdwpError status = Dbg::GetSignature(refTypeId, &signature); in RT_Signature()
549 return Dbg::GetClassLoader(refTypeId, pReply); in RT_ClassLoader()
559 return Dbg::OutputDeclaredFields(refTypeId, true, pReply); in RT_FieldsWithGeneric()
566 return Dbg::OutputDeclaredFields(refTypeId, false, pReply); in RT_Fields()
576 return Dbg::OutputDeclaredMethods(refTypeId, true, pReply); in RT_MethodsWithGeneric()
583 return Dbg::OutputDeclaredMethods(refTypeId, false, pReply); in RT_Methods()
595 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances); in RT_Instances()
610 JdwpError status = Dbg::GetSuperclass(class_id, &superClassId); in CT_Superclass()
630 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId); in CT_SetValues()
631 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues()
635 JdwpError status = Dbg::SetStaticFieldValue(fieldId, value, width); in CT_SetValues()
675 JdwpError status = Dbg::CreateObject(class_id, &object_id); in CT_NewInstance()
691 JdwpError status = Dbg::CreateArrayObject(arrayTypeId, length, &object_id); in AT_newInstance()
721 Dbg::OutputLineTable(refTypeId, method_id, pReply); in M_LineTable()
736 Dbg::OutputVariableTable(class_id, method_id, generic, pReply); in M_VariableTable()
756 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, &bytecodes); in M_Bytecodes()
773 expandBufAdd1(reply, Dbg::IsMethodObsolete(id)); in M_IsObsolete()
787 return Dbg::GetReferenceType(object_id, pReply); in OR_ReferenceType()
801 JdwpError status = Dbg::GetFieldValue(object_id, fieldId, pReply); in OR_GetValues()
821 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId); in OR_SetValues()
822 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues()
826 JdwpError status = Dbg::SetFieldValue(object_id, fieldId, value, width); in OR_SetValues()
838 return Dbg::GetMonitorInfo(object_id, reply); in OR_MonitorInfo()
866 return Dbg::DisableCollection(object_id); in OR_DisableCollection()
872 return Dbg::EnableCollection(object_id); in OR_EnableCollection()
879 JdwpError rc = Dbg::IsCollected(object_id, &is_collected); in OR_IsCollected()
893 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, &referring_objects); in OR_ReferringObjects()
908 JDWP::JdwpError error = Dbg::StringToUtf8(stringObject, &str); in SR_Value()
928 JdwpError error = Dbg::GetThreadName(thread_id, &name); in TR_Name()
948 if (thread_id == Dbg::GetThreadSelfId()) { in TR_Suspend()
955 JdwpError result = Dbg::SuspendThread(thread_id); in TR_Suspend()
966 if (thread_id == Dbg::GetThreadSelfId()) { in TR_Resume()
971 Dbg::ResumeThread(thread_id); in TR_Resume()
984 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status()
1003 return Dbg::GetThreadGroup(thread_id, pReply); in TR_ThreadGroup()
1019 JdwpError error = Dbg::GetThreadFrameCount(thread_id, &actual_frame_count); in TR_Frames()
1038 return Dbg::GetThreadFrames(thread_id, start_frame, length, pReply); in TR_Frames()
1049 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, &frame_count); in TR_FrameCount()
1064 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, &monitors, &stack_depths); in TR_OwnedMonitors()
1097 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor()
1107 return Dbg::Interrupt(thread_id); in TR_Interrupt()
1119 return Dbg::GetThreadDebugSuspendCount(thread_id, pReply); in TR_DebugSuspendCount()
1130 return Dbg::GetThreadGroupName(thread_group_id, pReply); in TGR_Name()
1140 return Dbg::GetThreadGroupParent(thread_group_id, pReply); in TGR_Parent()
1150 return Dbg::GetThreadGroupChildren(thread_group_id, pReply); in TGR_Children()
1161 JdwpError status = Dbg::GetArrayLength(array_id, &length); in AR_Length()
1180 return Dbg::OutputArray(array_id, offset, length, pReply); in AR_GetValues()
1191 return Dbg::SetArrayElements(array_id, offset, count, request); in AR_SetValues()
1373 return Dbg::GetLocalValues(request, pReply); in SF_GetValues()
1381 return Dbg::SetLocalValues(request); in SF_SetValues()
1390 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id); in SF_ThisObject()
1408 return Dbg::GetReflectedType(class_object_id, pReply); in COR_ReflectedType()
1419 if (Dbg::DdmHandlePacket(request, &replyBuf, &replyLen)) { in DDM_Chunk()
1627 Dbg::GoActive(); in ProcessRequest()