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

1 2

  /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;
  /external/eigen/blas/testing/
cblat2.f 285 * Test each subroutine in turn.
398 SUBROUTINE CCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
559 * subroutine.
581 * Call the subroutine.
743 SUBROUTINE CCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
    [all...]
dblat2.f 280 * Test each subroutine in turn.
391 SUBROUTINE DCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
549 * subroutine.
571 * Call the subroutine.
732 SUBROUTINE DCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
878 * subroutine.
    [all...]
sblat2.f 280 * Test each subroutine in turn.
391 SUBROUTINE SCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
549 * subroutine.
571 * Call the subroutine.
732 SUBROUTINE SCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
878 * subroutine.
    [all...]
zblat2.f 286 * Test each subroutine in turn.
399 SUBROUTINE ZCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
561 * subroutine.
583 * Call the subroutine.
745 SUBROUTINE ZCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
    [all...]
dblat3.f 258 * Test each subroutine in turn.
356 SUBROUTINE DCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
498 * subroutine.
520 * Call the subroutine.
637 SUBROUTINE DCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
766 * subroutine.
787 * Call the subroutine.
907 SUBROUTINE DCHK3( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
    [all...]
sblat3.f 258 * Test each subroutine in turn.
356 SUBROUTINE SCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
498 * subroutine.
520 * Call the subroutine.
637 SUBROUTINE SCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
766 * subroutine.
787 * Call the subroutine.
907 SUBROUTINE SCHK3( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
    [all...]
cblat3.f 265 * Test each subroutine in turn.
366 SUBROUTINE CCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
512 * subroutine.
534 * Call the subroutine.
651 SUBROUTINE CCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
784 * subroutine.
805 * Call the subroutine.
    [all...]
zblat3.f 266 * Test each subroutine in turn.
367 SUBROUTINE ZCHK1( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
513 * subroutine.
535 * Call the subroutine.
652 SUBROUTINE ZCHK2( SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI,
785 * subroutine.
806 * Call the subroutine.
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/libvpx/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/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
vp8_packtokens_armv5.asm 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
vp8_packtokens_mbrow_armv5.asm 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
vp8_packtokens_partitions_armv5.asm 28 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
  /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/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 5440 milliseconds

1 2