/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Subroutines.java | 71 private class SubroutineImpl implements Subroutine{ 255 …te void _getRecursivelyAccessedLocalsIndicesHelper(final Set<Integer> s, final Subroutine[] subs) { in _getRecursivelyAccessedLocalsIndicesHelper() 256 for (final Subroutine sub : subs) { in _getRecursivelyAccessedLocalsIndicesHelper() 317 public Subroutine[] subSubs() { in subSubs() 318 final Set<Subroutine> h = new HashSet<>(); in subSubs() 327 final Subroutine[] ret = new Subroutine[h.size()]; in subSubs() 364 private final Map<InstructionHandle, Subroutine> subroutines = new HashMap<>(); 373 public final Subroutine TOPLEVEL; // TODO can this be made private? 503 for (final Subroutine sub : subroutines.values()) { in Subroutines() 538 private void noRecursiveCalls(final Subroutine sub, final Set<Integer> set) { in noRecursiveCalls() [all …]
|
D | Subroutine.java | 30 public interface Subroutine{ interface 88 Subroutine[] subSubs(); in subSubs()
|
D | ControlFlowGraph.java | 336 final Subroutine s = subroutines.subroutineOf(getInstruction()); in _getSuccessors()
|
/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/googletest/googletest/test/ |
D | gtest_sole_header_test.cc | 38 void Subroutine() { in Subroutine() function 45 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST() 52 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1666 struct Subroutine struct in __anon70d097b80111::Converter 1668 Subroutine(Function *f) : f(f) { } in Subroutine() argument 1697 inline Subroutine *getSubroutine(unsigned ip); 1698 inline Subroutine *getSubroutine(Function *); 1735 Subroutine *sub; 1737 inline const Location *getValueLocation(Subroutine *, Value *); 1757 std::map<unsigned, Subroutine> map; 1758 Subroutine *cur; 3156 Converter::Subroutine * 3159 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 | advanced.md | 1029 void Subroutine() { 1038 Subroutine(); // The intended behavior is for the fatal failure 1039 // in Subroutine() to abort the entire test. 1041 // The actual behavior: the function goes on after Subroutine() returns. 1124 Subroutine(); 1125 // Aborts if Subroutine() had a fatal failure.
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 726 $ MAP_2_SHOPT: Subroutine
|
/external/zlib/src/ |
D | make_vms.com | 726 $ MAP_2_SHOPT: Subroutine
|
/external/freetype/ |
D | vms_make.com | 1206 $ ANAL_OBJ_AXP: Subroutine
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1618 .. opcode:: CAL - Subroutine Call 1624 .. opcode:: RET - Subroutine Call Return 1645 .. opcode:: BGNSUB - Begin Subroutine 1655 .. opcode:: ENDSUB - End Subroutine
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 582 Subroutine with local variable '1', JSRs '[ 36: jsr[168](3) -> astore_1, 7409 Is This a Subroutine? 7699 Subroutine 8190 ; Subroutine entry: move return address 9117 Subroutine 9193 Subroutine[] subSubs()
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 7112 % Subroutine for the previous macro.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 7112 % Subroutine for the previous macro.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 4614 8. Subroutine calls (whether recursive or not) were treated as atomic 8029 "Subroutine" calls (see below) such as (?2) or (?&X) are permitted in
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 9932 % Subroutine for the previous macro.
|
/external/libffi/ |
D | texinfo.tex | 9932 % Subroutine for the previous macro.
|