Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h225 enum JdwpTag { enum
243 std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
Djdwp_request.cc135 JdwpTag Request::ReadTag() { in ReadTag()
136 return ReadEnum1<JdwpTag>("tag"); in ReadTag()
Djdwp_handler.cc99 std::unique_ptr<JdwpTag[]> argTypes(arg_count > 0 ? new JdwpTag[arg_count] : nullptr); in RequestInvoke()
622 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId); in CT_SetValues()
792 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId); in OR_SetValues()
Djdwp.h460 JdwpTag ReadTag();
/art/runtime/
Ddebugger.h308 static size_t GetTagWidth(JDWP::JdwpTag tag);
415 static JDWP::JdwpTag GetFieldBasicTag(JDWP::FieldId field_id)
417 static JDWP::JdwpTag GetStaticFieldBasicTag(JDWP::FieldId field_id)
433 static void OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply)
640 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
721 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
744 JDWP::JdwpTag result_tag, uint64_t result_value,
750 JDWP::JdwpTag tag, uint8_t* buf, size_t width)
753 static JDWP::JdwpError SetLocalValue(StackVisitor& visitor, int slot, JDWP::JdwpTag tag,
Ddebugger.cc499 static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) { in BasicTagFromDescriptor()
502 return static_cast<JDWP::JdwpTag>(descriptor[0]); in BasicTagFromDescriptor()
505 static JDWP::JdwpTag BasicTagFromClass(mirror::Class* klass) in BasicTagFromClass()
512 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c) in TagFromClass()
555 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) { in TagFromObject()
559 static bool IsPrimitiveTag(JDWP::JdwpTag tag) { in IsPrimitiveTag()
1191 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth()
1242 JDWP::JdwpTag element_tag = BasicTagFromClass(a->GetClass()->GetComponentType()); in OutputArray()
1267 JDWP::JdwpTag specific_tag = (element != nullptr) ? TagFromObject(soa, element) in OutputArray()
1301 JDWP::JdwpTag element_tag = BasicTagFromClass(dst->GetClass()->GetComponentType()); in SetArrayElements()
[all …]