OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentmapping
(Results
1 - 1
of
1
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java
288
private final RegisterSpec[]
currentMapping
;
312
currentMapping
= startsForBlocks[block.getIndex()];
346
RegisterSpec newVersion =
currentMapping
[reg];
354
+ " " +
currentMapping
[reg]);
358
return registerSpec.withReg(
currentMapping
[reg].getReg());
401
RegisterSpec[] childStart = first ?
currentMapping
402
: dupArray(
currentMapping
);
409
//
currentMapping
is owned by a child now.
426
* {@code
currentMapping
} is updated and the newly added element
432
* been added to {@code
currentMapping
}
[
all
...]
Completed in 546 milliseconds