Searched defs:sortAllItems (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DDexFile.java164 private boolean sortAllItems = false; field in class:DexFile
504 return this.sortAllItems;
518 this.sortAllItems = value;
668 if (this.sortAllItems && !this.inplace) {

Completed in 94 milliseconds