Searched defs:refTypeId (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.h49 RefTypeId refTypeId; member in struct:art::JDWP::JdwpEventMod::__anon34
67 RefTypeId refTypeId; member in struct:art::JDWP::JdwpEventMod::__anon38
71 RefTypeId refTypeId; member in struct:art::JDWP::JdwpEventMod::__anon39
H A Djdwp_event.cc397 if (!Dbg::MatchType(basket->classId, pMod->classOnly.refTypeId)) {
417 if (pMod->exceptionOnly.refTypeId != 0 && !Dbg::MatchType(basket->excepClassId, pMod->exceptionOnly.refTypeId)) {
425 if (!Dbg::MatchType(basket->classId, pMod->fieldOnly.refTypeId) || pMod->fieldOnly.fieldId != basket->field) {
966 bool JdwpState::PostClassPrepare(JdwpTypeTag tag, RefTypeId refTypeId, const std::string& signature, argument
970 basket.classId = refTypeId;
1017 expandBufAdd8BE(pReq, refTypeId);
H A Djdwp_handler.cc456 RefTypeId refTypeId = request.ReadRefTypeId(); local
457 return Dbg::GetModifiers(refTypeId, pReply);
465 RefTypeId refTypeId = request.ReadRefTypeId(); local
470 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply);
483 RefTypeId refTypeId = request.ReadRefTypeId(); local
485 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file);
498 RefTypeId refTypeId = request.ReadRefTypeId(); local
501 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, NULL);
514 RefTypeId refTypeId = request.ReadRefTypeId(); local
515 return Dbg::OutputDeclaredInterfaces(refTypeId, pRepl
523 RefTypeId refTypeId = request.ReadRefTypeId(); local
547 RefTypeId refTypeId = request.ReadRefTypeId(); local
577 RefTypeId refTypeId = request.ReadRefTypeId(); local
587 RefTypeId refTypeId = request.ReadRefTypeId(); local
594 RefTypeId refTypeId = request.ReadRefTypeId(); local
604 RefTypeId refTypeId = request.ReadRefTypeId(); local
611 RefTypeId refTypeId = request.ReadRefTypeId(); local
738 RefTypeId refTypeId = request.ReadRefTypeId(); local
[all...]

Completed in 103 milliseconds