Lines Matching refs:u4
28 DexDataMap* dexDataMapAlloc(u4 maxCount) {
39 const u4 sizeOfItems = (u4) (sizeof(u4) + sizeof(u2));
53 map->offsets = (u4*) (map + 1);
75 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type) {
95 int dexDataMapGet(DexDataMap* map, u4 offset) {
101 u4* offsets = map->offsets;
105 u4 guess = offsets[guessIdx];
126 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) {