Home
last modified time | relevance | path

Searched refs:subroutine (Results 1 – 25 of 152) sorted by relevance

1234567

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java175 Subroutine subroutine = subroutines[insn]; in analyze() local
187 merge(insn + 1, f, subroutine); in analyze()
191 subroutine = subroutine == null ? null : subroutine.copy(); in analyze()
196 merge(insn + 1, current, subroutine); in analyze()
205 merge(jump, current, subroutine); in analyze()
211 merge(jump, current, subroutine); in analyze()
216 merge(jump, current, subroutine); in analyze()
222 merge(jump, current, subroutine); in analyze()
227 merge(jump, current, subroutine); in analyze()
231 if (subroutine == null) { in analyze()
[all …]
DSubroutine.java74 public boolean merge(final Subroutine subroutine) throws AnalyzerException { in merge() argument
77 if (subroutine.access[i] && !access[i]) { in merge()
82 if (subroutine.start == start) { in merge()
83 for (int i = 0; i < subroutine.callers.size(); ++i) { in merge()
84 Object caller = subroutine.callers.get(i); in merge()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java66 …MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytec… in execute() argument
114 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); in execute()
117 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); in execute()
120 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute()
123 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); in execute()
126 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); in execute()
132 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); in execute()
138 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute()
144 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute()
150 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); in execute()
[all …]
DAnalyzer.java174 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local
177 executor.execute(method, pos, iter, frame, subroutine); in analyzeNextEntry()
189 mergeRet(queue, iter, pos, frame, subroutine); in analyzeNextEntry()
361 …et(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytec… in mergeRet() argument
362 if (subroutine == null) in mergeRet()
365 Iterator callerIter = subroutine.callers().iterator(); in mergeRet()
379 for (Iterator i = subroutine.accessed().iterator(); i.hasNext(); ) { in mergeRet()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV3.td23 // Call subroutine.
39 // Call subroutine from register.
/external/e2fsprogs/lib/ss/
Dct_c.sed13 # sub: <subroutine name>
80 # First, parse out the subroutine name
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > is like a subroutine because it needs to be entered from many points (end of
17 modelled as a subroutine (as java bytecodes do), which is really
/external/chromium_org/chrome/installer/mac/
Dpkg-dmg711 my($subroutine);
712 $subroutine = pop(@gCleanup);
713 &$subroutine;
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DMethodWriter.java1354 Label subroutine = l.successors.next.successor; in visitMaxs() local
1356 if ((subroutine.status & Label.VISITED) == 0) { in visitMaxs()
1359 subroutine.visitSubroutine(null, (id / 32L) << 32 in visitMaxs()
1375 Label subroutine = l.successors.next.successor; in visitMaxs() local
1376 subroutine.visitSubroutine(l, 0, subroutines); in visitMaxs()
/external/regex-re2/doc/
Dsyntax.txt121 \g<name> subroutine call NOT SUPPORTED
122 \g'name' subroutine call NOT SUPPORTED
/external/chromium_org/third_party/re2/doc/
Dsyntax.txt121 \g<name> subroutine call NOT SUPPORTED
122 \g'name' subroutine call NOT SUPPORTED
/external/clang/include/clang/Frontend/
DCodeGenOptions.def55 ///< subroutine.
/external/dnsmasq/contrib/dnslist/
Ddnslist.pl605 proprietary programs. If your program is a subroutine library, you may
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
Dboolhuff_armv5te.asm31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
Dvp8_packtokens_mbrow_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
Dvp8_packtokens_partitions_armv5.asm28 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
Dvp8_packtokens_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
Dvp8_packtokens_mbrow_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
Dvp8_packtokens_partitions_armv5.asm28 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
Dx86inc.asm697 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm676 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
/external/pcre/dist/
DHACKING426 because it may be called as a subroutine from elsewhere in the regex.
513 broke it. OP_RECURSE is also used for "subroutine" calls, even though they are

1234567