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.cc136 JdwpTag Request::ReadTag() { in ReadTag()
137 return ReadEnum1<JdwpTag>("tag"); in ReadTag()
Djdwp.h460 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.h298 static size_t GetTagWidth(JDWP::JdwpTag tag);
405 static JDWP::JdwpTag GetFieldBasicTag(JDWP::FieldId field_id)
407 static JDWP::JdwpTag GetStaticFieldBasicTag(JDWP::FieldId field_id)
423 static void OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply)
619 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
692 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
723 JDWP::JdwpTag result_tag, uint64_t result_value,
729 JDWP::JdwpTag tag, uint8_t* buf, size_t width)
732 JDWP::JdwpTag tag, uint64_t value, size_t width)
Ddebugger.cc420 static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) { in BasicTagFromDescriptor()
423 return static_cast<JDWP::JdwpTag>(descriptor[0]); in BasicTagFromDescriptor()
426 static JDWP::JdwpTag BasicTagFromClass(mirror::Class* klass) in BasicTagFromClass()
433 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c) in TagFromClass()
477 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) { in TagFromObject()
481 static bool IsPrimitiveTag(JDWP::JdwpTag tag) { in IsPrimitiveTag()
1138 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth()
1189 JDWP::JdwpTag element_tag = BasicTagFromClass(a->GetClass()->GetComponentType()); in OutputArray()
1214 JDWP::JdwpTag specific_tag = (element != nullptr) ? TagFromObject(soa, element) in OutputArray()
1248 JDWP::JdwpTag element_tag = BasicTagFromClass(dst->GetClass()->GetComponentType()); in SetArrayElements()
[all …]