Home
last modified time | relevance | path

Searched refs:dexDataMapAdd (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DDexDataMap.h47 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type);
DDexDataMap.cpp71 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type) { in dexDataMapAdd() function
DDexSwapVerify.cpp2518 dexDataMapAdd(state->pDataMap, offset, mapType); in iterateSectionWithOptionalUpdate()