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.cc422 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Modifiers() local
423 return Dbg::GetModifiers(refTypeId, pReply); in RT_Modifiers()
431 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_GetValues() local
436 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply); in RT_GetValues()
449 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_SourceFile() local
451 JdwpError status = Dbg::GetSourceFile(refTypeId, &source_file); in RT_SourceFile()
464 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Status() local
467 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr); in RT_Status()
480 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Interfaces() local
481 return Dbg::OutputDeclaredInterfaces(refTypeId, pReply); in RT_Interfaces()
[all …]
Djdwp_event.cc511 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()
531 if (pMod->exceptionOnly.refTypeId != 0 && in ModsMatch()
532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
541 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch()