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

/libcore/libart/src/main/java/java/lang/
H A DDexCache.java38 * A dex cache holds resolved copies of strings, fields, methods, and classes from the dexfile.
69 * References to strings (C array pointer) as they become resolved following
70 * interpreter semantics. All strings are interned.
72 private long strings; field in class:DexCache
90 * The number of elements in the native strings array.
/libcore/dex/src/main/java/com/android/dex/
H A DDex.java63 private final StringTable strings = new StringTable(); field in class:Dex
231 public List<String> strings() { method in class:Dex
232 return strings;
345 return Collections.binarySearch(strings, s);
914 return strings.get(descriptorIndexFromTypeIndex(index));

Completed in 60 milliseconds