HomeSort by relevance Sort by last modified time
    Searched refs:JdwpTag (Results 1 - 6 of 6) sorted by null

  /art/runtime/jdwp/
jdwp_constants.h 225 enum JdwpTag {
243 std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
jdwp_request.cc 135 JdwpTag Request::ReadTag() {
136 return ReadEnum1<JdwpTag>("tag");
jdwp.h 460 JdwpTag ReadTag();
jdwp_handler.cc 99 std::unique_ptr<JdwpTag[]> argTypes(arg_count > 0 ? new JdwpTag[arg_count] : nullptr);
622 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId);
792 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId);
    [all...]
  /art/runtime/
debugger.h 308 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
    [all...]
debugger.cc 499 static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) {
502 return static_cast<JDWP::JdwpTag>(descriptor[0]);
505 static JDWP::JdwpTag BasicTagFromClass(mirror::Class* klass)
512 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
555 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
559 static bool IsPrimitiveTag(JDWP::JdwpTag tag) {
    [all...]

Completed in 201 milliseconds