/dalvik/vm/compiler/ |
CompilerUtility.h | 60 void dvmInsertGrowableList(GrowableList *gList, intptr_t elem);
|
Frontend.cpp | 528 dvmInsertGrowableList(&cUnit->blockList, (intptr_t) bottomBlock); 621 dvmInsertGrowableList(&cUnit->blockList, (intptr_t) bb); [all...] |
SSATransformation.cpp | 30 dvmInsertGrowableList(&cUnit->dfsOrder, block->id); 138 dvmInsertGrowableList(&cUnit->domPostOrderTraversal, bb->id);
|
Dataflow.cpp | 1179 dvmInsertGrowableList(cUnit->ssaToDalvikMap, newS2DMapping); [all...] |
Utility.cpp | 126 void dvmInsertGrowableList(GrowableList *gList, intptr_t elem)
|
Loop.cpp | 334 dvmInsertGrowableList(loopAnalysis->arrayAccessInfo,
|
/dalvik/vm/compiler/codegen/x86/ |
CodegenInterface.cpp | [all...] |
/dalvik/vm/compiler/codegen/mips/ |
CodegenCommon.cpp | 427 dvmInsertGrowableList(&cUnit->pcReconstructionList,
|
CodegenDriver.cpp | [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenCommon.cpp | 464 dvmInsertGrowableList(&cUnit->pcReconstructionList,
|
CodegenDriver.cpp | [all...] |