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

/dalvik/libdex/
H A DDexDataMap.h26 typedef struct DexDataMap { struct
31 } DexDataMap; typedef in typeref:struct:DexDataMap
34 * Allocate and initialize a DexDataMap. Returns NULL on failure.
36 DexDataMap* dexDataMapAlloc(u4 maxCount);
39 * Free a DexDataMap.
41 void dexDataMapFree(DexDataMap* map);
47 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type);
53 int dexDataMapGet(DexDataMap* map, u4 offset);
60 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type);
65 DEX_INLINE bool dexDataMapVerify0Ok(DexDataMap* ma
[all...]

Completed in 46 milliseconds