OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:latticeValues
(Results
1 - 3
of
3
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
SCCP.java
49
private final int[]
latticeValues
;
72
this.
latticeValues
= new int[this.regCount];
81
latticeValues
[i] = TOP;
134
if (
latticeValues
[reg] != value) {
135
latticeValues
[reg] = value;
140
if (
latticeValues
[reg] != value
142
latticeValues
[reg] = value;
162
if (
latticeValues
[phiResultReg] == VARYING) {
174
int sourceRegValue =
latticeValues
[sourceReg];
255
latticeValues
[regA] == CONSTANT)
[
all
...]
EscapeAnalysis.java
104
private final ArrayList<EscapeSet>
latticeValues
;
114
this.
latticeValues
= new ArrayList<EscapeSet>();
126
for (i = 0; i <
latticeValues
.size(); i++) {
127
EscapeSet e =
latticeValues
.get(i);
232
latticeValues
.add(escSet);
238
latticeValues
.add(escSet);
293
if (setIndex !=
latticeValues
.size()) {
294
escSet =
latticeValues
.get(setIndex);
313
latticeValues
.add(escSet);
361
if (setIndex !=
latticeValues
.size())
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 51 milliseconds