/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | Subroutine.java | 43 class Subroutine { class 51 private Subroutine() { in Subroutine() method in Subroutine 54 Subroutine( in Subroutine() method in Subroutine 65 public Subroutine copy() { in copy() 66 Subroutine result = new Subroutine(); in copy() 74 public boolean merge(final Subroutine subroutine) throws AnalyzerException { in merge()
|
D | Analyzer.java | 68 private Subroutine[] subroutines; 109 subroutines = new Subroutine[n]; in analyze() 130 Subroutine main = new Subroutine(null, m.maxLocals, null); in analyze() 136 Subroutine sub = (Subroutine) subroutineHeads.get(jsr.label); in analyze() 138 sub = new Subroutine(jsr.label, m.maxLocals, jsr); in analyze() 175 Subroutine subroutine = subroutines[insn]; in analyze() 201 merge(jump, current, new Subroutine(j.label, in analyze() 300 private void findSubroutine(int insn, final Subroutine sub, final List calls) in findSubroutine() 450 final Subroutine subroutine) throws AnalyzerException in merge() 453 Subroutine oldSubroutine = subroutines[insn]; in merge() [all …]
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | SubroutineScanner.java | 36 private Subroutine[] subroutines; 41 public Subroutine[] scan(MethodInfo method) throws BadBytecode { in scan() 45 subroutines = new Subroutine[code.getCodeLength()]; in scan() 62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan() 81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanOp() 105 Subroutine s = (Subroutine) subTable.get(new Integer(target)); in scanOp() 107 s = new Subroutine(target, pos); in scanOp() 125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanLookupSwitch() 139 private void scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanTableSwitch()
|
D | Subroutine.java | 28 public class Subroutine { class 34 public Subroutine(int start, int caller) { in Subroutine() method in Subroutine
|
D | Analyzer.java | 90 private Subroutine[] subroutines; 174 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() 306 …private void mergeJsr(IntQueue queue, Frame frame, Subroutine sub, int pos, int next) throws BadBy… in mergeJsr() 361 …private void mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subrouti… in mergeRet()
|
D | Executor.java | 66 …public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subrout… in execute() 780 …private void evalLoad(Type expected, int index, Frame frame, Subroutine subroutine) throws BadByte… in evalLoad() 868 …private void evalStore(Type expected, int index, Frame frame, Subroutine subroutine) throws BadByt… in evalStore() 878 …private void evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBy… in evalWide() 980 private void access(int index, Type type, Subroutine subroutine) { in access()
|
/external/gtest/test/ |
D | gtest_sole_header_test.cc | 39 void Subroutine() { in Subroutine() function 46 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST() 53 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_sole_header_test.cc | 39 void Subroutine() { in Subroutine() function 46 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST() 53 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest_sole_header_test.cc | 39 void Subroutine() { in Subroutine() function 46 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST() 53 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_sole_header_test.cc | 39 void Subroutine() { in Subroutine() function 46 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST() 53 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 14 import javassist.bytecode.analysis.Subroutine; 32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); in testNestedFinally() 69 private static void verifySubroutine(Subroutine[] subs, int pos, int start, in verifySubroutine() 71 Subroutine sub = subs[pos]; in verifySubroutine()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1033 struct Subroutine struct in __anon15eaafc10111::Converter 1035 Subroutine(Function *f) : f(f) { } in Subroutine() function 1058 inline Subroutine *getSubroutine(unsigned ip); 1059 inline Subroutine *getSubroutine(Function *); 1084 Subroutine *sub; 1104 std::map<unsigned, Subroutine> map; 1105 Subroutine *cur; 1691 Converter::Subroutine * 1694 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); in getSubroutine() 1698 ip, Subroutine(new Function(prog, "SUB", ip)))).first; in getSubroutine() [all …]
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 710 .. opcode:: CAL - Subroutine Call 716 .. opcode:: RET - Subroutine Call Return 1138 .. opcode:: BGNSUB - Begin Subroutine 1148 .. opcode:: ENDSUB - End Subroutine 1172 .. opcode:: CALLNZ - Subroutine Call If Not Zero
|
/external/zlib/src/ |
D | make_vms.com | 726 $ MAP_2_SHOPT: Subroutine
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | vms_make.com | 1206 $ ANAL_OBJ_AXP: Subroutine
|
/external/netperf/doc/ |
D | texinfo.tex | 6630 % Subroutine for the previous macro.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 7112 % Subroutine for the previous macro.
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 7112 % Subroutine for the previous macro.
|
/external/bison/build-aux/ |
D | texinfo.tex | 9931 % Subroutine for the previous macro.
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 9932 % Subroutine for the previous macro.
|
/external/pcre/dist/ |
D | ChangeLog | 3551 33. "Subroutine" calls and backreferences were previously restricted to
|
/external/pcre/dist/doc/ |
D | pcre.txt | 6717 "Subroutine" calls (see below) such as (?2) or (?&X) are permitted in
|