/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 | 111 * {@code non-null;} list of subroutine-nest labels 132 private final Subroutine[] subroutines; 141 private class Subroutine { 142 /** list of all blocks that jsr to this subroutine */ 144 /** List of all blocks that return from this subroutine */ 146 /** first block in this subroutine */ 152 * @param startBlock First block of the subroutine. 154 Subroutine(int startBlock) { 164 * @param startBlock First block of the subroutine. 166 * subroutine 1459 Subroutine subroutine; local 1587 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...] |
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 711 my($subroutine); 712 $subroutine = pop(@gCleanup); 713 &$subroutine; [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 656 utf8::downgrade( $text, 1 ) or Carp::croak("Wide character in subroutine entry"); [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 656 utf8::downgrade( $text, 1 ) or Carp::croak("Wide character in subroutine entry"); [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 656 utf8::downgrade( $text, 1 ) or Carp::croak("Wide character in subroutine entry"); [all...] |
/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/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
|