Searched refs:num_alloc (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.h205 int num_alloc; member in struct:LiveRange
H A DAnalysisO1.cpp1787 currRange->num_alloc = NUM_ACCESS_IN_LIVERANGE;
1882 if(startP->num_access == startP->num_alloc) {
1883 int currentAlloc = startP->num_alloc;
1884 startP->num_alloc += NUM_ACCESS_IN_LIVERANGE;
1885 int* tmpPtr = (int *)malloc(sizeof(int) * startP->num_alloc);

Completed in 13 milliseconds