/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | Analyzer.java | 175 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 …]
|
D | Subroutine.java | 74 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/ |
D | Executor.java | 66 …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 …]
|
D | Analyzer.java | 174 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/ |
D | HexagonInstrInfoV3.td | 23 // Call subroutine. 39 // Call subroutine from register.
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 13 # sub: <subroutine name> 80 # First, parse out the subroutine name
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 11 > 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/ |
D | pkg-dmg | 711 my($subroutine); 712 $subroutine = pop(@gCleanup); 713 &$subroutine;
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 459 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/ |
D | MethodWriter.java | 1354 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/ |
D | syntax.txt | 121 \g<name> subroutine call NOT SUPPORTED 122 \g'name' subroutine call NOT SUPPORTED
|
/external/chromium_org/third_party/re2/doc/ |
D | syntax.txt | 121 \g<name> subroutine call NOT SUPPORTED 122 \g'name' subroutine call NOT SUPPORTED
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 55 ///< subroutine.
|
/external/dnsmasq/contrib/dnslist/ |
D | dnslist.pl | 605 proprietary programs. If your program is a subroutine library, you may
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_armv5.asm | 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
D | boolhuff_armv5te.asm | 31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
D | vp8_packtokens_mbrow_armv5.asm | 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
D | vp8_packtokens_partitions_armv5.asm | 28 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/ |
D | boolhuff_armv5te.asm | 31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
D | vp8_packtokens_armv5.asm | 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
D | vp8_packtokens_mbrow_armv5.asm | 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
D | vp8_packtokens_partitions_armv5.asm | 28 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/ |
D | x86inc.asm | 697 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 676 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
|
/external/pcre/dist/ |
D | HACKING | 426 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
|