Lines Matching refs:JDWP
41 namespace JDWP { namespace
118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()
121 if (error == JDWP::ERR_NONE) { in RequestInvoke()
164 JDWP::JdwpTypeTag type_tag; in VM_ClassesBySignature()
166 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr); in VM_ClassesBySignature()
356 std::vector<JDWP::RefTypeId> classes; in VM_AllClassesImpl()
363 JDWP::JdwpTypeTag type_tag; in VM_AllClassesImpl()
366 JDWP::JdwpError status = Dbg::GetClassInfo(classes[i], &type_tag, &class_status, &descriptor); in VM_AllClassesImpl()
464 JDWP::JdwpTypeTag type_tag; in RT_Status()
466 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr); in RT_Status()
629 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId); in CT_SetValues()
820 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId); in OR_SetValues()
907 JDWP::JdwpError error = Dbg::StringToUtf8(stringObject, &str); in SR_Value()
908 if (error != JDWP::ERR_NONE) { in SR_Value()
981 JDWP::JdwpThreadStatus threadStatus; in TR_Status()
982 JDWP::JdwpSuspendStatus suspendStatus; in TR_Status()
1222 std::unique_ptr<JDWP::JdwpEvent, JdwpEventDeleter> pEvent(EventAlloc(modifier_count)); in ER_Set()
1331 return JDWP::ERR_NOT_IMPLEMENTED; in ER_Set()