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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/098-dex-jsr-ret-throw/
info.txt 2 It contains an example of a subroutine being exited by a "throw" instruction in
3 such a way that it caused the frame merge and subroutine inliner
  /external/chromium/third_party/icu/source/test/cintltst/
cdtrgtst.h 40 * test subroutine
45 * test subroutine used by the testing functions
cdattst.h 49 * test subroutine used by the testing functions
  /external/icu4c/test/cintltst/
cdtrgtst.h 40 * test subroutine
45 * test subroutine used by the testing functions
cdattst.h 49 * test subroutine used by the testing functions
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 71 // TODO: Remove this when the subroutine inliner has stabilized.
114 // Copy the non-subroutine instructions.
121 // Is this returning subroutine?
125 // Skip the subroutine.
128 System.out.println(" Skipping original subroutine instruction "+instruction.toString(offset));
136 // Copy the instruction, inlining any subroutine call recursively.
181 * Appends the specified subroutine.
193 System.out.println(" Inlining subroutine ["+subroutineStart+" -> "+subroutineEnd+"] at ["+subroutineInvocationOffset+"]");
197 // subroutine invocation.
210 // Copy the subroutine instructions, inlining any subroutine call
    [all...]
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 2 from a jsr subroutine ends up being represented appropriately.
blort.j 24 jsr subroutine
28 jsr subroutine
31 subroutine:
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 167 * Returns whether the instruction at the given offset is a subroutine
178 * subroutine in the CodeAttribute that was visited most recently.
188 * subroutine in the CodeAttribute that was visited most recently.
197 * Returns whether the subroutine at the given offset is ever returning
207 * Returns the start offset of the subroutine at the given offset, in the
217 * Returns the offset after the subroutine at the given offset, in the
341 // We're not starting in a subroutine.
363 // Fill out any gaps in the subroutine starts and the subroutine ends
364 // and subroutine returning flags, working backward
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ReturnAddress.java 24 * Representation of a subroutine return address. In Java verification,
26 * know about a return address is the <i>start address</i> of the subroutine
31 /** {@code >= 0;} the start address of the subroutine being returned from */
38 * subroutine being returned from
101 * Gets the subroutine address.
103 * @return {@code >= 0;} the subroutine address
Frame.java 56 * @param subroutines {@code non-null;} list of subroutine start labels for
140 * Returns the largest subroutine nesting this block may be in. An
141 * empty list is returned if this block is not in any subroutine.
143 * list is ordered such that the deepest nesting (the actual subroutine
171 * be used when returning from a subroutine. The stack state of all
172 * subroutine invocations is identical, but the locals state may differ.
174 * @param startLabel {@code >=0;} The label of the returning subroutine's
176 * @param subLabel {@code >=0;} A calling label of a subroutine
192 throw new RuntimeException("returning from invalid subroutine");
196 throw new RuntimeException("returning from invalid subroutine");
    [all...]
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...]
LocalsArraySet.java 41 * the subroutine itself, which is the merged representation of all the
48 * invocation of the subroutine.
69 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine
368 * Gets the {@code LocalsArray} instance for a specified subroutine
371 * @param label {@code >= 0;} subroutine caller label
446 * be used when returning to a subroutine caller.
448 * @param subLabel {@code >= 0;} A calling label of a subroutine
449 * @return {@code null-ok;} an instance for this subroutine, or null if subroutine
  /external/gtest/test/
gtest_sole_header_test.cc 39 void Subroutine() {
46 EXPECT_NO_FATAL_FAILURE(Subroutine());
53 ASSERT_NO_FATAL_FAILURE(Subroutine());
  /external/protobuf/gtest/test/
gtest_sole_header_test.cc 39 void Subroutine() {
46 EXPECT_NO_FATAL_FAILURE(Subroutine());
53 ASSERT_NO_FATAL_FAILURE(Subroutine());
  /dalvik/dx/tests/085-dex-jsr-ret/
blort.j 51 ; a subroutine with two returns and a catch block
62 ; a subroutine that does not return
  /external/chromium/third_party/icu/source/test/intltest/
caltest.h 33 * test subroutine use by TestDOW943
59 * test subroutine used by TestDisambiguation765
63 * test subroutine used by TestDisambiguation765
75 * test subroutine used by TestGMTvsLocal4064654
164 // test subroutine used by TestDOW_LOCALandYEAR_WOY
167 // test subroutine used by TestDOW_LOCALandYEAR_WOY
178 // test subroutine use by TestDOWProgression
dtfmttst.h 64 // internal test subroutine, used by TestPartialParse994
80 // internal test subroutine, used by TestRunTogetherPattern917
99 // interl test subroutine, used by TestDayOfYearPattern195
125 // internal test subroutine, used by TestTwoDigitYear
rbbiapts.h 92 /* Internal subroutine used by TestIsBoundary() */
95 /*Internal subroutine used for comparision of expected and acquired results */
  /external/icu4c/test/intltest/
caltest.h 33 * test subroutine use by TestDOW943
59 * test subroutine used by TestDisambiguation765
63 * test subroutine used by TestDisambiguation765
75 * test subroutine used by TestGMTvsLocal4064654
164 // test subroutine used by TestDOW_LOCALandYEAR_WOY
167 // test subroutine used by TestDOW_LOCALandYEAR_WOY
178 // test subroutine use by TestDOWProgression
dtfmttst.h 64 // internal test subroutine, used by TestPartialParse994
80 // internal test subroutine, used by TestRunTogetherPattern917
99 // interl test subroutine, used by TestDayOfYearPattern195
125 // internal test subroutine, used by TestTwoDigitYear
rbbiapts.h 92 /* Internal subroutine used by TestIsBoundary() */
95 /*Internal subroutine used for comparision of expected and acquired results */
  /bionic/libc/stdio/
getc.c 37 * A subroutine version of the macro getc_unlocked.
48 * A subroutine version of the macro getc.
getchar.c 37 * A subroutine version of the macro getchar_unlocked.
49 * A subroutine version of the macro getchar.
putc.c 39 * A subroutine version of the macro putc_unlocked.
54 * A subroutine version of the macro putc.

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>