Searched refs:callerLabel (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DFrame.java377 * @param callerLabel {@code >=0;} label of the caller block where this frame
381 public Frame makeNewSubroutineStartFrame(int subLabel, int callerLabel) { argument
386 return newFrame.mergeWithSubroutineCaller(this, subLabel, callerLabel);

Completed in 87 milliseconds