Home
last modified time | relevance | path

Searched refs:Subroutine (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DSubroutines.java71 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 …]
DSubroutine.java30 public interface Subroutine{ interface
88 Subroutine[] subSubs(); in subSubs()
DControlFlowGraph.java336 final Subroutine s = subroutines.subroutineOf(getInstruction()); in _getSuccessors()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_sole_header_test.cc39 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/
Dgtest_sole_header_test.cc38 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/
Dnv50_ir_from_tgsi.cpp1666 struct Subroutine struct in __anon70d097b80111::Converter
1668 Subroutine(Function *f) : f(f) { } in Subroutine() function
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/
DBlackfin.td65 "Possible RETS Register Corruption when Subroutine Is under 5 Cycles">;
/external/mesa3d/src/compiler/nir/
DREADME83 - Subroutine calls
/external/googletest/googletest/docs/
Dadvanced.md1029 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/
Dmake_vms.com726 $ MAP_2_SHOPT: Subroutine
/external/zlib/src/
Dmake_vms.com726 $ MAP_2_SHOPT: Subroutine
/external/freetype/
Dvms_make.com1206 $ ANAL_OBJ_AXP: Subroutine
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1618 .. 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/
DJustIce.lyx582 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/
Dtexinfo.tex7112 % Subroutine for the previous macro.
/external/e2fsprogs/lib/et/
Dtexinfo.tex7112 % Subroutine for the previous macro.
/external/pcre/dist2/doc/
Dpcre2.txt4614 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/
Dtexinfo.tex9932 % Subroutine for the previous macro.
/external/libffi/
Dtexinfo.tex9932 % Subroutine for the previous macro.