OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherSpecs
(Results
1 - 3
of
3
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecSet.java
62
RegisterSpec[]
otherSpecs
= otherSet.specs;
65
if ((len !=
otherSpecs
.length) || (size() != otherSet.size())) {
71
RegisterSpec s2 =
otherSpecs
[i];
324
RegisterSpec[]
otherSpecs
= other.specs;
326
int len = Math.min(thisLen,
otherSpecs
.length);
338
spec.intersect(
otherSpecs
[i], localPrimary);
/dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java
61
RegisterSpec[]
otherSpecs
= otherSet.specs;
64
if ((len !=
otherSpecs
.length) || (size() != otherSet.size())) {
70
RegisterSpec s2 =
otherSpecs
[i];
323
RegisterSpec[]
otherSpecs
= other.specs;
325
int len = Math.min(thisLen,
otherSpecs
.length);
337
spec.intersect(
otherSpecs
[i], localPrimary);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpecSet.java
61
RegisterSpec[]
otherSpecs
= otherSet.specs;
64
if ((len !=
otherSpecs
.length) || (size() != otherSet.size())) {
70
RegisterSpec s2 =
otherSpecs
[i];
323
RegisterSpec[]
otherSpecs
= other.specs;
325
int len = Math.min(thisLen,
otherSpecs
.length);
337
spec.intersect(
otherSpecs
[i], localPrimary);
Completed in 2658 milliseconds