Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java41 private static final ForComparison theInterningItem = new ForComparison(); field in RegisterSpec
67 theInterningItem.set(reg, type, local); in intern()
68 RegisterSpec found = theInterns.get(theInterningItem); in intern()
74 found = theInterningItem.toRegisterSpec(); in intern()