Searched refs:refTypeId (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.h | 49 RefTypeId refTypeId; member 67 RefTypeId refTypeId; member 71 RefTypeId refTypeId; member
|
D | jdwp_handler.cc | 456 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Modifiers() local 457 return Dbg::GetModifiers(refTypeId, pReply); in RT_Modifiers() 465 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_GetValues() local 470 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply); in RT_GetValues() 483 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_SourceFile() local 485 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file); in RT_SourceFile() 498 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Status() local 501 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, NULL); in RT_Status() 514 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Interfaces() local 515 return Dbg::OutputDeclaredInterfaces(refTypeId, pReply); in RT_Interfaces() [all …]
|
D | jdwp_event.cc | 397 if (!Dbg::MatchType(basket->classId, pMod->classOnly.refTypeId)) { in ModsMatch() 417 …if (pMod->exceptionOnly.refTypeId != 0 && !Dbg::MatchType(basket->excepClassId, pMod->exceptionOnl… in ModsMatch() 425 …if (!Dbg::MatchType(basket->classId, pMod->fieldOnly.refTypeId) || pMod->fieldOnly.fieldId != bask… in ModsMatch() 966 bool JdwpState::PostClassPrepare(JdwpTypeTag tag, RefTypeId refTypeId, const std::string& signature, in PostClassPrepare() argument 970 basket.classId = refTypeId; in PostClassPrepare() 1017 expandBufAdd8BE(pReq, refTypeId); in PostClassPrepare()
|
D | jdwp.h | 210 bool PostClassPrepare(JdwpTypeTag tag, RefTypeId refTypeId, const std::string& signature,
|