Searched refs:pIndexMapSet (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/analysis/
H A DReduceConstants.c449 static inline void updateValue(u2* ptr, const IndexMapSet* pIndexMapSet, argument
452 const IndexMap* pMap = &pIndexMapSet->map[whichMap];
459 static void updateClass(u2* ptr, const IndexMapSet* pIndexMapSet) argument
461 updateValue(ptr, pIndexMapSet, kMapClasses);
463 static void updateMethod(u2* ptr, const IndexMapSet* pIndexMapSet) argument
465 updateValue(ptr, pIndexMapSet, kMapMethods);
467 static void updateField(u2* ptr, const IndexMapSet* pIndexMapSet) argument
469 updateValue(ptr, pIndexMapSet, kMapFields);
471 static void updateString(u2* ptr, const IndexMapSet* pIndexMapSet) argument
473 updateValue(ptr, pIndexMapSet, kMapString
475 updateJumboString(u2* ptr, const IndexMapSet* pIndexMapSet) argument
500 markUsedConstantsFromInsns(u2* insns, u4 insnsSize, ScanResults* pResults, const IndexMapSet* pIndexMapSet) argument
650 const IndexMapSet* pIndexMapSet = (const IndexMapSet*) arg; local
835 constructReducingDataChunk(IndexMapSet* pIndexMapSet) argument
893 constructExpandingDataChunk(IndexMapSet* pIndexMapSet) argument
947 constructDataChunk(IndexMapSet* pIndexMapSet) argument
965 IndexMapSet* pIndexMapSet; local
1003 dvmFreeIndexMapSet(IndexMapSet* pIndexMapSet) argument
1043 IndexMapSet* pIndexMapSet = createIndexMapSet(pDvmDex->pDexFile, pResults); local
[all...]
H A DDexOptimize.c54 const IndexMapSet* pIndexMapSet, const RegisterMapBuilder* pRegMapBuilder);
515 IndexMapSet* pIndexMapSet = NULL; local
603 pIndexMapSet = dvmRewriteConstants(pDvmDex);
687 if (!writeAuxData(fd, pClassLookup, pIndexMapSet, pRegMapBuilder)) {
734 dvmFreeIndexMapSet(pIndexMapSet);
1128 const IndexMapSet* pIndexMapSet, const RegisterMapBuilder* pRegMapBuilder)
1138 if (pIndexMapSet != NULL) {
1139 if (!writeChunk(fd, pIndexMapSet->chunkType,
1140 pIndexMapSet->chunkData, pIndexMapSet
1127 writeAuxData(int fd, const DexClassLookup* pClassLookup, const IndexMapSet* pIndexMapSet, const RegisterMapBuilder* pRegMapBuilder) argument
[all...]

Completed in 39 milliseconds