Home | History | Annotate | Download | only in analysis

Lines Matching defs:newMap

1006     RegisterMap* newMap;
1035 newMap = uncompressMapDifferential(curMap);
1040 newMap = NULL; // make gcc happy
1043 if (newMap == NULL) {
1056 pStats->totalExpandedMapSize += computeRegisterMapSize(newMap);
1072 dvmSetRegisterMap(method, newMap);
1077 return newMap;