Searched refs:typeName (Results 1 – 1 of 1) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | IdCreator.java | 142 private int findFieldIdInsertionPoint(String className, String typeName, String fieldName) { in findFieldIdInsertionPoint() argument 144 int typeIdx = findTypeId(typeName); in findFieldIdInsertionPoint() 404 private int createFieldId(String className, String typeName, String fieldName) { in createFieldId() argument 413 int typeIdx = findOrCreateTypeId(typeName); in createFieldId() 428 int newFieldIdIdx = findFieldIdInsertionPoint(className, typeName, fieldName); in createFieldId() 445 className, typeName, fieldName, newFieldIdIdx)); in createFieldId() 455 private int findFieldId(String className, String typeName, String fieldName) { in findFieldId() argument 460 int typeIdx = findTypeId(typeName); in findFieldId() 485 public int findOrCreateFieldId(String className, String typeName, String fieldName) { in findOrCreateFieldId() argument 486 int fieldIdx = findFieldId(className, typeName, fieldName); in findOrCreateFieldId() [all …]
|