Home | History | Annotate | Download | only in jdwp

Lines Matching refs:Request

26 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) {
41 Request::~Request() {
44 void Request::CheckConsumed() {
52 std::string Request::ReadUtf8String() {
63 uint64_t Request::ReadValue(size_t width) {
75 int32_t Request::ReadSigned32(const char* what) {
81 uint32_t Request::ReadUnsigned32(const char* what) {
87 FieldId Request::ReadFieldId() {
93 MethodId Request::ReadMethodId() {
99 ObjectId Request::ReadObjectId(const char* specific_kind) {
105 ObjectId Request::ReadArrayId() {
109 ObjectId Request::ReadObjectId() {
113 ObjectId Request::ReadThreadId() {
117 ObjectId Request::ReadThreadGroupId() {
121 RefTypeId Request::ReadRefTypeId() {
127 FrameId Request::ReadFrameId() {
133 JdwpTag Request::ReadTag() {
137 JdwpTypeTag Request::ReadTypeTag() {
141 JdwpLocation Request::ReadLocation() {
152 JdwpModKind Request::ReadModKind() {
156 uint8_t Request::Read1() {
160 uint16_t Request::Read2BE() {
166 uint32_t Request::Read4BE() {
175 uint64_t Request::Read8BE() {