Home | History | Annotate | Download | only in jdwp

Lines Matching refs:Request

29 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) {
44 Request::~Request() {
47 void Request::CheckConsumed() {
55 std::string Request::ReadUtf8String() {
66 uint64_t Request::ReadValue(size_t width) {
78 int32_t Request::ReadSigned32(const char* what) {
84 uint32_t Request::ReadUnsigned32(const char* what) {
90 FieldId Request::ReadFieldId() {
96 MethodId Request::ReadMethodId() {
102 ObjectId Request::ReadObjectId(const char* specific_kind) {
108 ObjectId Request::ReadArrayId() {
112 ObjectId Request::ReadObjectId() {
116 ObjectId Request::ReadThreadId() {
120 ObjectId Request::ReadThreadGroupId() {
124 RefTypeId Request::ReadRefTypeId() {
130 FrameId Request::ReadFrameId() {
136 JdwpTag Request::ReadTag() {
140 JdwpTypeTag Request::ReadTypeTag() {
144 JdwpLocation Request::ReadLocation() {
155 JdwpModKind Request::ReadModKind() {
159 uint8_t Request::Read1() {
163 uint16_t Request::Read2BE() {
169 uint32_t Request::Read4BE() {
178 uint64_t Request::Read8BE() {