/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
H A D | Subroutine.java | 39 * A method subroutine (corresponds to a JSR instruction).
74 public boolean merge(final Subroutine subroutine) throws AnalyzerException {
argument 77 if (subroutine.access[i] && !access[i]) {
82 if (subroutine.start == start) {
83 for (int i = 0; i < subroutine.callers.size(); ++i) {
84 Object caller = subroutine.callers.get(i);
|
H A D | Analyzer.java | 129 // computes the subroutine for each instruction:
175 Subroutine subroutine = subroutines[insn];
187 merge(insn + 1, f, subroutine);
191 subroutine = subroutine == null ? null : subroutine.copy();
196 merge(insn + 1, current, subroutine);
205 merge(jump, current, subroutine);
211 merge(jump, current, subroutine);
216 merge(jump, current, subroutine);
447 merge( final int insn, final Frame frame, final Subroutine subroutine) argument [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
H A D | Analyzer.java | 174 Subroutine subroutine = subroutines[pos]; 177 executor.execute(method, pos, iter, frame, subroutine); 189 mergeRet(queue, iter, pos, frame, subroutine); 308 throw new BadBytecode("No subroutine at jsr target! [pos = " + pos + "]"); 318 // Skip everything accessed by a subroutine, mergeRet must handle this 361 private void mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytecode { argument 362 if (subroutine == null) 363 throw new BadBytecode("Ret on no subroutine! [pos = " + pos + "]"); 365 Iterator callerIter = subroutine.callers().iterator(); 379 for (Iterator i = subroutine [all...] |
H A D | Executor.java | 55 * Execute the instruction, modeling the effects on the specified frame and subroutine. 56 * If a subroutine is passed, the access flags will be modified if this instruction accesses 63 * @param subroutine the optional subroutine this instruction belongs to. 66 public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytecode { argument 114 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); 117 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); 120 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); 123 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); 126 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); 780 evalLoad(Type expected, int index, Frame frame, Subroutine subroutine) argument 868 evalStore(Type expected, int index, Frame frame, Subroutine subroutine) argument 878 evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) argument 980 access(int index, Type type, Subroutine subroutine) argument [all...] |
/external/elfutils/src/ |
H A D | addr2line.c | 354 own line. Just print the first subroutine name. */ 747 Dwarf_Die subroutine; local 750 dieoff, &subroutine); local 754 nscopes = dwarf_getscopes_die (&subroutine, &scopes);
|
/external/jarjar/lib/ |
H A D | asm-commons-4.0.jar | META-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | asm-commons-3.3.jar | META-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ... |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
/external/jacoco/ |
H A D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ... |
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
H A D | xwork-core-2.2.1.jar | META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ... |
/external/robolectric/v1/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.objectweb.asm_3.2.0.v200909071300.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/dexmaker/lib/ |
H A D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ... |
/external/robolectric/v1/lib/test/ |
H A D | mockito-core-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |