Home | History | Annotate | Download | only in jdwp

Lines Matching refs:refTypeId

486       if (!Dbg::MatchType(basket.locationClass, pMod->classOnly.refTypeId)) {
506 if (pMod->exceptionOnly.refTypeId != 0 &&
507 !Dbg::MatchType(basket.exceptionClass, pMod->exceptionOnly.refTypeId)) {
516 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) {
977 RefTypeId field_type_id = registry->AddRefType(field->GetDeclaringClass());
1266 RefTypeId class_id = registry->AddRefType(basket.locationClass);