Searched defs:nLocals (Results 1 - 4 of 4) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java395 * @param nLocals the maximum number of local variables of the frame.
399 protected Frame newFrame(final int nLocals, final int nStack) { argument
400 return new Frame(nLocals, nStack);
H A DFrame.java71 * @param nLocals the maximum number of local variables of the frame.
74 public Frame(final int nLocals, final int nStack) { argument
75 this.values = new Value[nLocals + nStack];
76 this.locals = nLocals;
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 79 milliseconds