Home
last modified time | relevance | path

Searched refs:JdwpTag (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h225 enum JdwpTag { enum
243 std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
Djdwp_request.cc136 JdwpTag Request::ReadTag() { in ReadTag()
137 return ReadEnum1<JdwpTag>("tag"); in ReadTag()
Djdwp.h464 JdwpTag ReadTag();
Djdwp_handler.cc103 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/
Ddebugger.h318 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)