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

  /dalvik/vm/
PointerSet.h 23 struct PointerSet; /* private */
24 typedef struct PointerSet PointerSet;
27 * Allocate a new PointerSet.
31 PointerSet* dvmPointerSetAlloc(int initialSize);
34 * Free up a PointerSet.
36 void dvmPointerSetFree(PointerSet* pSet);
41 void dvmPointerSetClear(PointerSet* pSet);
46 int dvmPointerSetGetCount(const PointerSet* pSet);
51 const void* dvmPointerSetGetEntry(const PointerSet* pSet, int i)
    [all...]
PointerSet.c 24 struct PointerSet {
34 static bool verifySorted(PointerSet* pSet)
51 * Allocate a new PointerSet.
55 PointerSet* dvmPointerSetAlloc(int initialSize)
57 PointerSet* pSet = calloc(1, sizeof(PointerSet));
73 * Free up a PointerSet.
75 void dvmPointerSetFree(PointerSet* pSet)
90 void dvmPointerSetClear(PointerSet* pSet)
98 int dvmPointerSetGetCount(const PointerSet* pSet
    [all...]
AllocTracker.c 287 * Dump the contents of a PointerSet full of character pointers.
289 static void dumpStringTable(PointerSet* strings)
321 static bool populateStringTables(PointerSet* classNames,
322 PointerSet* methodNames, PointerSet* fileNames)
372 const PointerSet* classNames, const PointerSet* methodNames,
373 const PointerSet* fileNames)
443 static size_t computeStringTableSize(PointerSet* strings)
480 static size_t outputStringTable(PointerSet* strings, u1* ptr
    [all...]
Globals.h 671 PointerSet* preciseMethods;
Dvm.mk 117 PointerSet.c \
  /dalvik/vm/reflect/
Proxy.c 37 PointerSet** pThrows);
38 static void updateExceptionClassList(const Method* method, PointerSet* throws);
505 PointerSet* commonThrows = NULL;
661 static bool createExceptionClassList(const Method* method, PointerSet** pThrows)
703 static void updateExceptionClassList(const Method* method, PointerSet* throws)
    [all...]

Completed in 214 milliseconds