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

/dalvik/vm/analysis/
H A DVfyBasicBlock.cpp304 u4* handlerListAlloc = NULL; local
375 if (handlerListAlloc != NULL) {
376 free(handlerListAlloc);
377 handlerListAlloc = NULL;
386 handlerListAlloc = (u4*) malloc(sizeof(u4) * numHandlers);
387 if (handlerListAlloc == NULL)
390 handlerListAlloc, numHandlers);
391 handlerList = handlerListAlloc;
527 free(handlerListAlloc);

Completed in 3 milliseconds