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

  /dalvik/vm/
PointerSet.h 45 int dvmPointerSetGetCount(const PointerSet* pSet);
AllocTracker.cpp 292 int count = dvmPointerSetGetCount(strings);
355 dvmPointerSetGetCount(classNames), classCount,
356 dvmPointerSetGetCount(methodNames), methodCount,
357 dvmPointerSetGetCount(fileNames), fileCount);
386 set2BE(&ptr[9], dvmPointerSetGetCount(classNames));
387 set2BE(&ptr[11], dvmPointerSetGetCount(methodNames));
388 set2BE(&ptr[13], dvmPointerSetGetCount(fileNames));
446 int count = dvmPointerSetGetCount(strings);
483 int count = dvmPointerSetGetCount(strings);
PointerSet.cpp 98 int dvmPointerSetGetCount(const PointerSet* pSet)
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 230 if (dvmPointerSetGetCount(curBlock->predecessors) > 256) {
260 size_t numPreds = dvmPointerSetGetCount(preds);
Liveness.cpp 209 size_t numPreds = dvmPointerSetGetCount(preds);
  /dalvik/vm/reflect/
Proxy.cpp 484 dvmPointerSetGetCount(commonThrows) > 0)
486 int commonCount = dvmPointerSetGetCount(commonThrows);
644 int setSize = dvmPointerSetGetCount(throws);
658 size_t mixLen = dvmPointerSetGetCount(throws);
    [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]

Completed in 136 milliseconds