OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivList
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/
Loop.h
25
GrowableList *
ivList
; // induction variables
Loop.cpp
43
GrowableList *
ivList
= cUnit->loopAnalysis->
ivList
;
45
for (i = 0; i <
ivList
->numUsed; i++) {
47
(InductionVariableInfo *)
ivList
->elemList[i];
177
for (i = 0; i < loopAnalysis->
ivList
->numUsed; i++) {
180
ivInfo = GET_ELEM_N(loopAnalysis->
ivList
, InductionVariableInfo*, i);
306
for (i = 0; i < loopAnalysis->
ivList
->numUsed; i++) {
307
ivInfo = GET_ELEM_N(loopAnalysis->
ivList
, InductionVariableInfo*, i);
692
loopAnalysis->
ivList
=
694
dvmInitGrowableList(loopAnalysis->
ivList
, 4)
[
all
...]
Dataflow.cpp
[
all
...]
Completed in 162 milliseconds