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

  /dalvik/vm/
PointerSet.h 46 int dvmPointerSetGetCount(const PointerSet* pSet);
AllocTracker.c 291 int count = dvmPointerSetGetCount(strings);
354 dvmPointerSetGetCount(classNames), classCount,
355 dvmPointerSetGetCount(methodNames), methodCount,
356 dvmPointerSetGetCount(fileNames), fileCount);
385 set2BE(&ptr[9], dvmPointerSetGetCount(classNames));
386 set2BE(&ptr[11], dvmPointerSetGetCount(methodNames));
387 set2BE(&ptr[13], dvmPointerSetGetCount(fileNames));
445 int count = dvmPointerSetGetCount(strings);
482 int count = dvmPointerSetGetCount(strings);
PointerSet.c 98 int dvmPointerSetGetCount(const PointerSet* pSet)
  /dalvik/vm/reflect/
Proxy.c 544 dvmPointerSetGetCount(commonThrows) > 0)
546 int commonCount = dvmPointerSetGetCount(commonThrows);
705 int setSize = dvmPointerSetGetCount(throws);
719 int mixLen = dvmPointerSetGetCount(throws);
    [all...]
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 189 milliseconds