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.cc419 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Modifiers() local
420 return Dbg::GetModifiers(refTypeId, pReply); in RT_Modifiers()
428 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_GetValues() local
433 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply); in RT_GetValues()
446 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_SourceFile() local
448 JdwpError status = Dbg::GetSourceFile(refTypeId, &source_file); in RT_SourceFile()
461 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Status() local
464 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr); in RT_Status()
477 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Interfaces() local
478 return Dbg::OutputDeclaredInterfaces(refTypeId, pReply); in RT_Interfaces()
[all …]
Djdwp_event.cc471 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()
491 if (pMod->exceptionOnly.refTypeId != 0 && in ModsMatch()
492 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
501 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch()