HomeSort by relevance Sort by last modified time
    Searched refs:subroutine (Results 1 - 19 of 19) sorted by null

  /external/javassist/src/main/javassist/bytecode/analysis/
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 {
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);
    [all...]
Analyzer.java 90 private Subroutine[] subroutines;
174 Subroutine subroutine = subroutines[pos]; local
177 executor.execute(method, pos, iter, frame, subroutine);
189 mergeRet(queue, iter, pos, frame, subroutine);
306 private void mergeJsr(IntQueue queue, Frame frame, Subroutine sub, int pos, int next) throws BadBytecode {
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
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 97 * {@code non-null;} list of subroutine-nest labels
118 private final Subroutine[] subroutines;
127 private class Subroutine {
128 /** list of all blocks that jsr to this subroutine */
130 /** List of all blocks that return from this subroutine */
132 /** first block in this subroutine */
138 * @param startBlock First block of the subroutine.
140 Subroutine(int startBlock) {
150 * @param startBlock First block of the subroutine.
152 * subroutine
1445 Subroutine subroutine; local
1573 Subroutine subroutine = subroutines[i]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 325 # reference to the subroutine to use for dash education, default to EducateDashes:
656 # Regular expression derived from the _tokenize() subroutine in
  /external/quake/
NOTICE 358 proprietary programs. If your program is a subroutine library, you may
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 359 proprietary programs. If your program is a subroutine library, you may
  /external/bluetooth/bluez/input/
NOTICE 359 proprietary programs. If your program is a subroutine library, you may
  /external/bluetooth/bluez/plugins/
NOTICE 359 proprietary programs. If your program is a subroutine library, you may
  /external/bluetooth/bluez/src/
NOTICE 361 proprietary programs. If your program is a subroutine library, you may
  /external/valgrind/main/callgrind/
callgrind_annotate.in 155 # Inclusive statistics (with subroutine events)
213 --inclusive=yes|no add subroutine costs to functions calls [no]
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 605 proprietary programs. If your program is a subroutine library, you may
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 881 milliseconds