HomeSort by relevance Sort by last modified time
    Searched refs:GrowableList (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/compiler/
CompilerUtility.h 39 typedef struct GrowableList {
43 } GrowableList;
46 GrowableList *list;
59 void dvmInitGrowableList(GrowableList *gList, size_t initLength);
60 void dvmInsertGrowableList(GrowableList *gList, intptr_t elem);
61 void dvmGrowableListIteratorInit(GrowableList *gList,
64 intptr_t dvmGrowableListGetElement(const GrowableList *gList, size_t idx);
73 void dvmDumpBlockBitVector(const GrowableList *blocks, char *msg,
Loop.h 25 GrowableList *ivList; // induction variables
26 GrowableList *arrayAccessInfo; // hoisted checks for array accesses
CompilerIR.h 173 GrowableList blocks;
200 GrowableList blockList;
209 GrowableList pcReconstructionList;
235 GrowableList *ssaToDalvikMap;
265 GrowableList dfsOrder;
266 GrowableList domPostOrderTraversal;
Utility.cpp 101 void dvmInitGrowableList(GrowableList *gList, size_t initLength)
110 static void expandGrowableList(GrowableList *gList)
126 void dvmInsertGrowableList(GrowableList *gList, intptr_t elem)
135 void dvmGrowableListIteratorInit(GrowableList *gList,
150 intptr_t dvmGrowableListGetElement(const GrowableList *gList, size_t idx)
370 void dvmDumpBlockBitVector(const GrowableList *blocks, char *msg,
Loop.cpp 43 GrowableList *ivList = cUnit->loopAnalysis->ivList;
538 GrowableList *blockList = &cUnit->blockList;
693 (GrowableList *)dvmCompilerNew(sizeof(GrowableList), true);
707 (GrowableList *)dvmCompilerNew(sizeof(GrowableList), true);
SSATransformation.cpp 126 GrowableList *blockList = &cUnit->blockList;
163 GrowableList *blockList = &cUnit->blockList;
233 GrowableList *blockList = &cUnit->blockList;
267 GrowableList *blockList = &cUnit->blockList;
424 const GrowableList *blockList = &cUnit->blockList;
505 GrowableList *blockList = &cUnit->blockList;
Compiler.h 182 struct GrowableList;
Dataflow.cpp     [all...]
Frontend.cpp 612 GrowableList *blockList = &cUnit->blockList;
684 const GrowableList *blockList = &cUnit->blockList;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]

Completed in 276 milliseconds