Searched refs:defaultForType (Results 1 – 3 of 3) sorted by relevance
62 public static DexValue defaultForType(DexType type, DexItemFactory factory) { in defaultForType() method in DexValue99 return this == defaultForType(type, factory); in isDefault()
345 return DexValue.defaultForType(type, parent.application.getFactory()); in getStaticValue()
560 staticValue = DexValue.defaultForType(field.type, dexItemFactory); in readFields()