Searched defs:GrowableList (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/
H A DCompilerUtility.h39 typedef struct GrowableList { struct
43 } GrowableList; typedef in typeref:struct: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,

Completed in 28 milliseconds