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.java47 private final HashMap<EncodedField, Constant> staticValues; field in class:ClassDataItem
83 this.staticValues = new HashMap<EncodedField, Constant>(40);
130 staticValues.put(field, value);
256 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
271 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
282 * Get the size of staticValues minus any trailing zeros/nulls (both
289 Constant cst = staticValues.get(field);
310 Constant cst = staticValues.get(field);

Completed in 22 milliseconds