Home
last modified time | relevance | path

Searched refs:refTypeId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.h49 RefTypeId refTypeId; member
67 RefTypeId refTypeId; member
71 RefTypeId refTypeId; member
Djdwp_handler.cc465 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Modifiers() local
466 return Dbg::GetModifiers(refTypeId, pReply); in RT_Modifiers()
474 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_GetValues() local
479 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply); in RT_GetValues()
492 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_SourceFile() local
494 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file); in RT_SourceFile()
507 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Status() local
510 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, NULL); in RT_Status()
523 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Interfaces() local
524 return Dbg::OutputDeclaredInterfaces(refTypeId, pReply); in RT_Interfaces()
[all …]
Djdwp_event.cc486 if (!Dbg::MatchType(basket.locationClass, pMod->classOnly.refTypeId)) { in ModsMatch()
506 if (pMod->exceptionOnly.refTypeId != 0 && in ModsMatch()
507 !Dbg::MatchType(basket.exceptionClass, pMod->exceptionOnly.refTypeId)) { in ModsMatch()
516 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch()