Home
last modified time | relevance | path

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

12

/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java36 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()
DSubroutine.java28 public class Subroutine { class
34 public Subroutine(int start, int caller) { in Subroutine() method in Subroutine
DAnalyzer.java90 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()
DExecutor.java66 …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/
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/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/vulkan-validation-layers/tests/gtest-1.7.0/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/protobuf/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/v8/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/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java14 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/
Dnv50_ir_from_tgsi.cpp1541 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/
DBlackfin.td65 "Possible RETS Register Corruption when Subroutine Is under 5 Cycles">;
/external/mesa3d/src/compiler/nir/
DREADME83 - Subroutine calls
/external/googletest/googletest/docs/
DV1_5_AdvancedGuide.md781 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.
DV1_7_AdvancedGuide.md854 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.
DV1_6_AdvancedGuide.md853 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.
DAdvancedGuide.md856 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/
Dmake_vms.com726 $ MAP_2_SHOPT: Subroutine
/external/python/cpython2/Modules/zlib/
Dmake_vms.com726 $ MAP_2_SHOPT: Subroutine
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst874 .. 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/
Dtexinfo.tex6630 % Subroutine for the previous macro.
/external/e2fsprogs/lib/et/
Dtexinfo.tex7112 % Subroutine for the previous macro.
/external/e2fsprogs/doc/
Dtexinfo.tex7112 % Subroutine for the previous macro.
/external/pcre/dist2/doc/
Dpcre2.txt4086 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/
Dtexinfo.tex9931 % Subroutine for the previous macro.

12