Searched refs:JdwpTag (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_constants.h | 225 enum JdwpTag { enum 243 std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
|
D | jdwp_request.cc | 136 JdwpTag Request::ReadTag() { in ReadTag() 137 return ReadEnum1<JdwpTag>("tag"); in ReadTag()
|
D | jdwp.h | 464 JdwpTag ReadTag();
|
D | jdwp_handler.cc | 103 std::unique_ptr<JdwpTag[]> argTypes(arg_count > 0 ? new JdwpTag[arg_count] : nullptr); in RequestInvoke() 630 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId); in CT_SetValues() 821 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId); in OR_SetValues()
|
/art/runtime/ |
D | debugger.h | 318 static size_t GetTagWidth(JDWP::JdwpTag tag); 425 static JDWP::JdwpTag GetFieldBasicTag(JDWP::FieldId field_id) 427 static JDWP::JdwpTag GetStaticFieldBasicTag(JDWP::FieldId field_id) 443 static void OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) 639 uint64_t arg_values[], JDWP::JdwpTag* arg_types, 712 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) 743 JDWP::JdwpTag result_tag, uint64_t result_value, 749 JDWP::JdwpTag tag, uint8_t* buf, size_t width) 752 JDWP::JdwpTag tag, uint64_t value, size_t width)
|