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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DStdConstantPool.java29 /** {@code non-null;} array of entries */
30 private final Constant[] entries; field in class:StdConstantPool
47 entries = new Constant[size];
52 return entries.length;
58 return entries[n];
77 Constant result = entries[n];
107 if (n == (entries.length - 1)) {
111 entries[n + 1] = null;
114 if ((cst != null) && (entries[n] == null)) {
119 Constant prev = entries[
[all...]
/dalvik/dx/src/com/android/dx/rop/cst/
H A DStdConstantPool.java29 /** {@code non-null;} array of entries */
30 private final Constant[] entries; field in class:StdConstantPool
47 entries = new Constant[size];
53 return entries.length;
60 return entries[n];
81 Constant result = entries[n];
95 * Get all entries in this constant pool.
97 * @return the returned array may contain null entries.
101 return entries;
121 if (n == (entries
[all...]
/dalvik/libdex/
H A DDexFile.h26 * obviating the need to copy code and constant pool entries into newly
312 u4 size; /* #of entries in list */
313 DexMapItem list[1]; /* entries */
414 u4 size; /* #of entries in list */
415 DexTypeItem list[1]; /* entries */
423 * debugging. An offset of zero indicates that there are no entries.
513 u4 entries[1]; /* offset to DexAnnotationItem */ member in struct:DexAnnotationSetItem
1037 return pAnnoSet->entries[idx];
/dalvik/dx/etc/
H A Djasmin.jar ... java.lang.Object { java.util.Vector entries public void " href="/9.0.0_r3/s? ...

Completed in 522 milliseconds