HomeSort by relevance Sort by last modified time
    Searched defs:staticValuesConstant (Results 1 - 4 of 4) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 63 private CstArray staticValuesConstant;
91 this.staticValuesConstant = null;
128 if (staticValuesConstant != null) {
267 if ((staticValuesConstant == null) && (staticFields.size() != 0)) {
268 staticValuesConstant = makeStaticValuesConstant();
271 return staticValuesConstant;
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 59 private CstArray staticValuesConstant;
87 this.staticValuesConstant = null;
124 if (staticValuesConstant != null) {
263 if ((staticValuesConstant == null) && (staticFields.size() != 0)) {
264 staticValuesConstant = makeStaticValuesConstant();
267 return staticValuesConstant;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 60 private CstArray staticValuesConstant;
88 this.staticValuesConstant = null;
125 if (staticValuesConstant != null) {
264 if ((staticValuesConstant == null) && (staticFields.size() != 0)) {
265 staticValuesConstant = makeStaticValuesConstant();
268 return staticValuesConstant;
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 323 milliseconds