Searched defs:fieldsCount (Results 1 – 7 of 7) sorted by relevance
122 int fieldsCount = targetClass.u2fieldsCount; in addField() local151 int fieldsCount = targetClass.u2fieldsCount; in removeField() local172 int fieldsCount = targetClass.u2fieldsCount; in findFieldIndex() local
76 private tailrec fun Class<*>.fieldsCount(accumulator: Int = 0): Int { in fieldsCount() method77 val fieldsCount = declaredFields.count { !Modifier.isStatic(it.modifiers) } in fieldsCount() constant
163 int fieldsCount = fields.length; in testInvokeMethod() local
21 protected FieldsSet(int whichEnum, int fieldsCount) { in FieldsSet()
24 protected FieldsSet(int whichEnum, int fieldsCount) { in FieldsSet()
469 int fieldsCount = reader.u2(); in readFields() local
2054 int fieldsCount = fieldIDs.length; in getObjectReferenceValues() local2088 int fieldsCount = fieldIDs.length; in getReferenceTypeValues() local