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

/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/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/quake/
H A DNOTICE358 proprietary programs. If your program is a subroutine library, you may
703 proprietary programs. If your program is a subroutine library, you may
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in155 # Inclusive statistics (with subroutine events)
213 --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/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m46385 subroutine foo
6393 subroutine foo
6634 subroutine t
6777 subroutine t
/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.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/grub/docs/
H A Dtexinfo.tex2978 % We have this subroutine so that we can handle at least some @value's

Completed in 709 milliseconds