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

  /dalvik/vm/compiler/
Utility.cpp 103 gList->numAllocated = initLength;
112 int newLength = gList->numAllocated;
120 memcpy(newArray, gList->elemList, sizeof(intptr_t) * gList->numAllocated);
121 gList->numAllocated = newLength;
128 assert(gList->numAllocated != 0);
129 if (gList->numUsed == gList->numAllocated) {
CompilerUtility.h 40 size_t numAllocated;

Completed in 119 milliseconds