OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherBits
(Results
1 - 6
of
6
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLiteral32.java
53
int
otherBits
= ((CstLiteral32) other).bits;
55
if (bits <
otherBits
) {
57
} else if (bits >
otherBits
) {
CstLiteral64.java
53
long
otherBits
= ((CstLiteral64) other).bits;
55
if (bits <
otherBits
) {
57
} else if (bits >
otherBits
) {
/dalvik/dx/src/com/android/dx/rop/cst/
CstLiteral32.java
53
int
otherBits
= ((CstLiteral32) other).bits;
55
if (bits <
otherBits
) {
57
} else if (bits >
otherBits
) {
CstLiteral64.java
53
long
otherBits
= ((CstLiteral64) other).bits;
55
if (bits <
otherBits
) {
57
} else if (bits >
otherBits
) {
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstLiteral32.java
53
int
otherBits
= ((CstLiteral32) other).bits;
55
if (bits <
otherBits
) {
57
} else if (bits >
otherBits
) {
CstLiteral64.java
53
long
otherBits
= ((CstLiteral64) other).bits;
55
if (bits <
otherBits
) {
57
} else if (bits >
otherBits
) {
Completed in 97 milliseconds