OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmInitGrowableList
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/compiler/
CompilerUtility.h
59
void
dvmInitGrowableList
(GrowableList *gList, size_t initLength);
Frontend.cpp
[
all
...]
Loop.cpp
694
dvmInitGrowableList
(loopAnalysis->ivList, 4);
708
dvmInitGrowableList
(loopAnalysis->arrayAccessInfo, 4);
SSATransformation.cpp
54
dvmInitGrowableList
(&cUnit->dfsOrder, cUnit->numBlocks);
342
dvmInitGrowableList
(&cUnit->domPostOrderTraversal, numReachableBlocks);
Utility.cpp
101
void
dvmInitGrowableList
(GrowableList *gList, size_t initLength)
Dataflow.cpp
[
all
...]
/dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
[
all
...]
Completed in 169 milliseconds