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

/dalvik/libdex/
H A DDexDataMap.h26 struct DexDataMap { struct
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* map, u4 offset, u2 type) {

Completed in 94 milliseconds