Home
last modified time | relevance | path

Searched refs:subroutines (Results 1 – 25 of 119) sorted by relevance

12345

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java173 …if ( (lastExecutionJSR() == null) && (subroutines.subroutineOf(getInstruction()) != subroutines.ge… in execute()
176 …if ( (lastExecutionJSR() != null) && (subroutines.subroutineOf(getInstruction()) == subroutines.ge… in execute()
336 final Subroutine s = subroutines.subroutineOf(getInstruction()); in _getSuccessors()
403 private final Subroutines subroutines; field in ControlFlowGraph
426 subroutines = new Subroutines(method_gen, enableJustIceCheck); in ControlFlowGraph()
475 return subroutines.subroutineOf(i) == null; in isDead()
DSubroutines.java364 private final Map<InstructionHandle, Subroutine> subroutines = new HashMap<>(); field in Subroutines
413 subroutines.put(astore, sr); in Subroutines()
417 subroutines.put(all[0], TOPLEVEL); in Subroutines()
503 for (final Subroutine sub : subroutines.values()) { in Subroutines()
504 … if (sub != subroutines.get(all[0])) { // We don't want to forbid top-level exception handlers. in Subroutines()
568 final Subroutine ret = subroutines.get(leader); in getSubroutine()
594 for (final Subroutine s : subroutines.values()) { in subroutineOf()
681 return "---\n"+subroutines+"\n---\n"; in toString()
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java37 private Subroutine[] subroutines; field in SubroutineScanner
46 subroutines = new Subroutine[code.getCodeLength()]; in scan()
57 scan(handler, iter, subroutines[exceptions.startPc(i)]); in scan()
60 return subroutines; in scan()
83 subroutines[pos] = sub; in scanOp()
DAnalyzer.java89 private Subroutine[] subroutines; field in Analyzer
135 subroutines = scanner.scan(method); in analyze()
173 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry()
194 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos)); in analyzeNextEntry()
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DAnalyzer.java72 private Subroutine[] subroutines; field in Analyzer
115 subroutines = new Subroutine[insnListSize]; in analyze()
155 Subroutine subroutine = subroutines[insnIndex]; in analyze()
230 subroutines[jsrInsnIndex], in analyze()
388 if (subroutines[i] != null && subroutines[i].start == null) { in findSubroutines()
389 subroutines[i] = null; in findSubroutines()
416 if (subroutines[currentInsnIndex] != null) { in findSubroutine()
419 subroutines[currentInsnIndex] = new Subroutine(subroutine); in findSubroutine()
637 Subroutine oldSubroutine = subroutines[insnIndex]; in merge()
640 subroutines[insnIndex] = new Subroutine(subroutine); in merge()
[all …]
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll11 ; subroutines.
19 ; Omitting the subprograms without inlined subroutines is not possible
21 ; (which happens with this optimization if there are no inlined subroutines).
72 ; inlined subroutines are omitted by design to save space)
/external/rust/android-crates-io/crates/spdx/src/text/licenses/
DOLDAP-1.354subroutines supplied by you and linked into this Package in order to emulate subroutines and varia…
56 8. Software supplied by you and linked with this Package in order to use subroutines and variables …
DOLDAP-1.454subroutines supplied by you and linked into this Package in order to emulate subroutines and varia…
56 8. Software supplied by you and linked with this Package in order to use subroutines and variables …
DArtistic-1.0-Perl43subroutines (or comparably compiled subroutines in other languages) supplied by you and linked int…
DClArtistic53subroutines (or comparably compiled subroutines in other languages) supplied by you and linked int…
DOLDAP-1.254subroutines supplied by you and linked into this Package in order to emulate subroutines and varia…
DOLDAP-1.154subroutines supplied by you and linked into this Package in order to emulate subroutines and varia…
DNBPL-1.053subroutines supplied by you and linked into this Package in order to emulate subroutines and varia…
/external/licenseclassifier/licenses/
DArtistic-1.0-Perl.txt76subroutines (or comparably compiled subroutines in other languages) supplied by you and linked int…
/external/licenseclassifier/v2/assets/License/Artistic-1.0-Perl/
Dlicense.txt76subroutines (or comparably compiled subroutines in other languages) supplied by you and linked int…
/external/google-breakpad/src/third_party/libdisasm/
DLICENSE116 7. C subroutines (or comparably compiled subroutines in other
118 emulate subroutines and variables of the language defined by this
120 equivalent of input as in Paragraph 6, provided these subroutines do
/external/mesa3d/src/compiler/glsl/
Dlower_subroutine.cpp90 ir_function *fn = this->state->subroutines[s]; in visit_leave()
/external/ply/ply/example/BASIC/
DREADME17 and no facilities for interactive input. Moreover, subroutines and functions
/external/llvm/test/DebugInfo/X86/
Dinlined-formal-parameter.ll12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
Dinline-member-function.ll26 ; Ensure we omit DW_AT_object_pointer on inlined subroutines.
/external/kotlinc/bin/
Dkotlinc.bat77 rem # subroutines
/external/arm-optimized-routines/
DREADME21 subroutines and sources shared with
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/
Dprimer.md20 and subroutines. This common pattern is easy to recognize and makes tests
91 test suite need to share common objects and subroutines, you can put them into a
224 5. If needed, define subroutines for your tests to share.
227 access objects and subroutines in the test fixture:
/external/googletest/docs/
Dprimer.md20 and subroutines. This common pattern is easy to recognize and makes tests
91 test suite need to share common objects and subroutines, you can put them into a
224 5. If needed, define subroutines for your tests to share.
227 access objects and subroutines in the test fixture:
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/
Dprimer.md20 and subroutines. This common pattern is easy to recognize and makes tests
91 test suite need to share common objects and subroutines, you can put them into a
224 5. If needed, define subroutines for your tests to share.
227 access objects and subroutines in the test fixture:

12345