Searched refs:emptySet (Results 1 – 5 of 5) sorted by relevance
38 private final RegisterSpecSet emptySet; field in LocalVariableInfo64 this.emptySet = new RegisterSpecSet(regCount); in LocalVariableInfo()69 emptySet.setImmutable(); in LocalVariableInfo()145 return (result != null) ? result : emptySet; in getStarts()230 if (blockStarts[label] == emptySet) { in debugDump()
38 private final RegisterSpecSet emptySet; field in LocalVariableInfo64 this.emptySet = new RegisterSpecSet(regCount); in LocalVariableInfo()69 emptySet.setImmutable(); in LocalVariableInfo()141 return (result != null) ? result : emptySet; in getStarts()226 if (blockStarts[label] == emptySet) { in debugDump()
40 private final RegisterSpecSet emptySet; field in LocalVariableInfo65 this.emptySet = new RegisterSpecSet(regCount); in LocalVariableInfo()70 emptySet.setImmutable(); in LocalVariableInfo()142 return (result != null) ? result : emptySet; in getStarts()227 if (blockStarts[index] == emptySet) { in debugDump()
2088 DexAnnotationSetItem emptySet; in processAnnotationSetRefList() local2089 emptySet.size = 0; in processAnnotationSetRefList()2094 pAnnoSet = &emptySet; in processAnnotationSetRefList()
258 return Collections.<ClassDef>emptySet().iterator(); in classDefs()