Searched refs:staticValuesConstant (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDataItem.java60 private CstArray staticValuesConstant; field in class:ClassDataItem
88 this.staticValuesConstant = null;
125 if (staticValuesConstant != null) {
264 if ((staticValuesConstant == null) && (staticFields.size() != 0)) {
265 staticValuesConstant = makeStaticValuesConstant();
268 return staticValuesConstant;

Completed in 380 milliseconds