Searched refs:resultLocals (Results 1 – 1 of 1) sorted by relevance
213 LocalsArray resultLocals; in mergeWith() local217 resultLocals = getLocals().merge(other.getLocals()); in mergeWith()221 resultLocals = adjustLocalsForSubroutines( in mergeWith()222 resultLocals, resultSubroutines); in mergeWith()224 if ((resultLocals == getLocals()) in mergeWith()230 return new Frame(resultLocals, resultStack, resultSubroutines); in mergeWith()314 LocalsArray resultLocals; in mergeWithSubroutineCaller() local317 resultLocals = getLocals().mergeWithSubroutineCaller( in mergeWithSubroutineCaller()325 if ((resultLocals == getLocals()) in mergeWithSubroutineCaller()365 return new Frame(resultLocals, resultStack, resultSubroutines); in mergeWithSubroutineCaller()