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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DClassDataItem.java51 private final HashMap<EncodedField, Constant> staticValues; field in class:ClassDataItem
87 this.staticValues = new HashMap<EncodedField, Constant>(40);
134 staticValues.put(field, value);
260 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
275 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
286 * Get the size of staticValues minus any trailing zeros/nulls (both
293 Constant cst = staticValues.get(field);
314 Constant cst = staticValues.get(field);
/dalvik/dx/src/com/android/dx/dex/file/
H A DClassDataItem.java48 private final HashMap<EncodedField, Constant> staticValues; field in class:ClassDataItem
84 this.staticValues = new HashMap<EncodedField, Constant>(40);
131 staticValues.put(field, value);
257 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
272 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
283 * Get the size of staticValues minus any trailing zeros/nulls (both
290 Constant cst = staticValues.get(field);
311 Constant cst = staticValues.get(field);

Completed in 47 milliseconds