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

  /dalvik/vm/
PointerSet.h 30 PointerSet* dvmPointerSetAlloc(int initialSize);
AllocTracker.cpp 526 classNames = dvmPointerSetAlloc(128);
527 methodNames = dvmPointerSetAlloc(128);
528 fileNames = dvmPointerSetAlloc(128);
PointerSet.cpp 55 PointerSet* dvmPointerSetAlloc(int initialSize)
Thread.cpp 300 gDvm.preciseMethods = dvmPointerSetAlloc(200);
    [all...]
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 86 newBlock->predecessors = dvmPointerSetAlloc(32);
  /dalvik/vm/reflect/
Proxy.cpp 611 *pThrows = dvmPointerSetAlloc(exceptionArray->length);
    [all...]

Completed in 572 milliseconds