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

/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java30 * Discovers the subroutines in a method, and tracks all callers.
36 private Subroutine[] subroutines; field in class:SubroutineScanner
45 subroutines = new Subroutine[code.getCodeLength()];
56 scan(handler, iter, subroutines[exceptions.startPc(i)]);
59 return subroutines;
82 subroutines[pos] = sub;
H A DAnalyzer.java90 private Subroutine[] subroutines; field in class:Analyzer
136 subroutines = scanner.scan(method);
174 Subroutine subroutine = subroutines[pos];
195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos));
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java68 private Subroutine[] subroutines; field in class:Analyzer
109 subroutines = new Subroutine[n];
146 if (subroutines[i] != null && subroutines[i].start == null) {
147 subroutines[i] = null;
175 Subroutine subroutine = subroutines[insn];
241 subroutines[call],
307 if (subroutines[insn] != null) {
310 subroutines[insn] = sub.copy();
453 Subroutine oldSubroutine = subroutines[ins
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm40 These normally consist of either subroutines that may be exported, or methods
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jar ... .objectweb.asm.tree.analysis.Subroutine[] subroutines private boolean[] queued private int[] queue private int top public ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm306 These normally consist of either subroutines that may be exported, or methods
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java331 * The number of subroutines in this method.
333 private int subroutines; field in class:MethodWriter
874 ++subroutines;
1340 if (subroutines > 0) {
1343 * first step: finds the subroutines. This step determines, for
1348 labels.visitSubroutine(null, 1, subroutines);
1349 // finds the basic blocks that belong to the real subroutines
1360 | (1L << (id % 32)), subroutines);
1376 subroutine.visitSubroutine(l, 0, subroutines);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h274 GLuint subroutines[BRW_WM_MAX_SUBROUTINE]; member in struct:brw_wm_compile
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...
/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/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 301 milliseconds