/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/googletest/googletest/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/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/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/v8/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/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/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1541 struct Subroutine struct in __anonf6de0d2e0111::Converter 1543 Subroutine(Function *f) : f(f) { } in Subroutine() argument 1569 inline Subroutine *getSubroutine(unsigned ip); 1570 inline Subroutine *getSubroutine(Function *); 1607 Subroutine *sub; 1609 inline const Location *getValueLocation(Subroutine *, Value *); 1629 std::map<unsigned, Subroutine> map; 1630 Subroutine *cur; 2945 Converter::Subroutine * 2948 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); in getSubroutine() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | Blackfin.td | 65 "Possible RETS Register Corruption when Subroutine Is under 5 Cycles">;
|
/external/mesa3d/src/compiler/nir/ |
D | README | 83 - Subroutine calls
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 781 void Subroutine() { 789 Subroutine(); 791 // in Subroutine() to abort the entire test. 792 // The actual behavior: the function goes on after Subroutine() returns. 858 Subroutine(); 859 // Aborts if Subroutine() had a fatal failure.
|
D | V1_7_AdvancedGuide.md | 854 void Subroutine() { 862 Subroutine(); 864 // in Subroutine() to abort the entire test. 865 // The actual behavior: the function goes on after Subroutine() returns. 929 Subroutine(); 930 // Aborts if Subroutine() had a fatal failure.
|
D | V1_6_AdvancedGuide.md | 853 void Subroutine() { 861 Subroutine(); 863 // in Subroutine() to abort the entire test. 864 // The actual behavior: the function goes on after Subroutine() returns. 928 Subroutine(); 929 // Aborts if Subroutine() had a fatal failure.
|
D | AdvancedGuide.md | 856 void Subroutine() { 864 Subroutine(); 866 // in Subroutine() to abort the entire test. 867 // The actual behavior: the function goes on after Subroutine() returns. 931 Subroutine(); 932 // Aborts if Subroutine() had a fatal failure.
|
/external/zlib/src/ |
D | make_vms.com | 726 $ MAP_2_SHOPT: Subroutine
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 726 $ MAP_2_SHOPT: Subroutine
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 874 .. opcode:: CALLNZ - Subroutine Call If Not Zero 1676 .. opcode:: CAL - Subroutine Call 1682 .. opcode:: RET - Subroutine Call Return 1703 .. opcode:: BGNSUB - Begin Subroutine 1713 .. opcode:: ENDSUB - End 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/pcre/dist2/doc/ |
D | pcre2.txt | 4086 8. Subroutine calls (whether recursive or not) are treated as atomic 7349 "Subroutine" calls (see below) such as (?2) or (?&X) are permitted in
|
/external/bison/build-aux/ |
D | texinfo.tex | 9931 % Subroutine for the previous macro.
|