Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DFrame.java213 LocalsArray resultLocals; in mergeWith() local
217 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() local
317 resultLocals = getLocals().mergeWithSubroutineCaller( in mergeWithSubroutineCaller()
325 if ((resultLocals == getLocals()) in mergeWithSubroutineCaller()
365 return new Frame(resultLocals, resultStack, resultSubroutines); in mergeWithSubroutineCaller()