Home
last modified time | relevance | path

Searched refs:type_tag (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jdwp/
Djdwp_main.cc644 << "@" << StringPrintf("%#" PRIx64, rhs.dex_pc) << " " << rhs.type_tag << "]"; in operator <<()
650 lhs.class_id == rhs.class_id && lhs.type_tag == rhs.type_tag; in operator ==()
Djdwp_expand_buf.cc180 expandBufAdd1(buf, location.type_tag); in expandBufAddLocation()
Djdwp_request.cc147 location.type_tag = ReadTypeTag(); in ReadLocation()
Djdwp_handler.cc164 JDWP::JdwpTypeTag type_tag; in VM_ClassesBySignature() local
166 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr); in VM_ClassesBySignature()
171 expandBufAdd1(pReply, type_tag); in VM_ClassesBySignature()
364 JDWP::JdwpTypeTag type_tag; in VM_AllClassesImpl() local
367 JDWP::JdwpError status = Dbg::GetClassInfo(classes[i], &type_tag, &class_status, &descriptor); in VM_AllClassesImpl()
372 expandBufAdd1(pReply, type_tag); in VM_AllClassesImpl()
465 JDWP::JdwpTypeTag type_tag; in RT_Status() local
467 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr); in RT_Status()
Djdwp.h86 JdwpTypeTag type_tag; member
Djdwp_event.cc1019 JDWP::JdwpTypeTag type_tag = Dbg::GetTypeTag(field->GetDeclaringClass()); in PostFieldEvent() local
1033 expandBufAdd1(pReq, type_tag); in PostFieldEvent()
/art/runtime/
Ddebugger.cc1003 JDWP::JdwpTypeTag type_tag = GetTypeTag(c); in GetReflectedType() local
1004 expandBufAdd1(pReply, type_tag); in GetReflectedType()
1075 JDWP::JdwpTypeTag type_tag = GetTypeTag(o->GetClass()); in GetReferenceType() local
1078 expandBufAdd1(pReply, type_tag); in GetReferenceType()
1414 location->type_tag = GetTypeTag(c); in SetJdwpLocation()