Home
last modified time | relevance | path

Searched refs:previousEntry (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/debuginfo/
DDebugInfoInspector.java102 DexDebugEntry previousEntry = null; in checkConsistentEntries() local
104 if (previousEntry != null) { in checkConsistentEntries()
106 entry.address > previousEntry.address); in checkConsistentEntries()
108 previousEntry = entry; in checkConsistentEntries()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java141 Map.Entry<Integer, AnnotationEndpoint> previousEntry = annotatations.lowerEntry(cursor); in annotate() local
142 if (previousEntry != null) { in annotate()
143 AnnotationEndpoint previousAnnotations = previousEntry.getValue(); in annotate()
149 formatAnnotation(previousEntry.getKey(), in annotate()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java162 Entry<K, V> previousEntry in putEntryWithChecks() local
165 "Duplicate keys in mappings " + previousEntry.getKey() + in putEntryWithChecks()
166 "=" + previousEntry.getValue() + " and " + key + in putEntryWithChecks()