Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DFrame.java187 IntList newSubroutines; in subFrameForLabel() local
189 newSubroutines = subroutines.mutableCopy(); in subFrameForLabel()
191 if (newSubroutines.pop() != startLabel) { in subFrameForLabel()
194 newSubroutines.setImmutable(); in subFrameForLabel()
202 : new Frame(subLocals, stack, newSubroutines); in subFrameForLabel()
382 IntList newSubroutines = subroutines.mutableCopy(); in makeNewSubroutineStartFrame() local
383 newSubroutines.add(subLabel); in makeNewSubroutineStartFrame()