Home | History | Annotate | Download | only in analysis

Lines Matching defs:newMap

1008     RegisterMap* newMap;
1037 newMap = uncompressMapDifferential(curMap);
1042 newMap = NULL; // make gcc happy
1045 if (newMap == NULL) {
1058 pStats->totalExpandedMapSize += computeRegisterMapSize(newMap);
1074 dvmSetRegisterMap(method, newMap);
1079 return newMap;