Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpecSet.java62 RegisterSpec[] otherSpecs = otherSet.specs; in equals() local
65 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()
71 RegisterSpec s2 = otherSpecs[i]; in equals()
324 RegisterSpec[] otherSpecs = other.specs; in intersect() local
326 int len = Math.min(thisLen, otherSpecs.length); in intersect()
338 spec.intersect(otherSpecs[i], localPrimary); in intersect()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecSet.java61 RegisterSpec[] otherSpecs = otherSet.specs; in equals() local
64 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()
70 RegisterSpec s2 = otherSpecs[i]; in equals()
323 RegisterSpec[] otherSpecs = other.specs; in intersect() local
325 int len = Math.min(thisLen, otherSpecs.length); in intersect()
337 spec.intersect(otherSpecs[i], localPrimary); in intersect()