Searched refs:subroutine (Results 1 - 25 of 26) sorted by relevance

12

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSubroutine.java39 * 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 DAnalyzer.java129 // 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 DExecutor.java55 * 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...]
H A DAnalyzer.java174 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...]
/external/libxml2/vms/
H A Dbuild_libxml.com238 $!- the BUILD subroutine. Compile then insert into library or link as required
240 $BUILD: subroutine
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;
/external/elfutils/src/src/
H A Daddr2line.c652 Dwarf_Die subroutine; local
655 dieoff, &subroutine); local
658 nscopes = dwarf_getscopes_die (&subroutine, &scopes);
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java1344 * each basic block, to which subroutine(s) it belongs.
1346 // finds the basic blocks that belong to the "main" subroutine
1353 // the subroutine is defined by l's TARGET, not by l
1354 Label subroutine = l.successors.next.successor;
1355 // if this subroutine has not been visited yet...
1356 if ((subroutine.status & Label.VISITED) == 0) {
1359 subroutine.visitSubroutine(null, (id / 32L) << 32
1374 // the subroutine is defined by l's TARGET, not by l
1375 Label subroutine = l.successors.next.successor;
1376 subroutine
[all...]
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
H A Dvp8_packtokens_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
H A Dvp8_packtokens_mbrow_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
H A Dvp8_packtokens_partitions_armv5.asm28 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
/external/valgrind/callgrind/
H A Dcallgrind_annotate.in156 # Inclusive statistics (with subroutine events)
214 --inclusive=yes|no add subroutine costs to functions calls [no]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl605 proprietary programs. If your program is a subroutine library, you may
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm595 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm697 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
/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/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/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 ...
/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/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/ ...
/external/bison/build-aux/
H A Dtexinfo.tex2454 % This is a subroutine for that.
4194 % We have this subroutine so that we can handle at least some @value's
7294 \def\scanctxt{% used as subroutine

Completed in 694 milliseconds

12