Home
last modified time | relevance | path

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

12

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java68 private Subroutine[] subroutines; field in Analyzer
109 subroutines = new Subroutine[n]; in analyze()
146 if (subroutines[i] != null && subroutines[i].start == null) { in analyze()
147 subroutines[i] = null; in analyze()
175 Subroutine subroutine = subroutines[insn]; in analyze()
241 subroutines[call], in analyze()
307 if (subroutines[insn] != null) { in findSubroutine()
310 subroutines[insn] = sub.copy(); in findSubroutine()
453 Subroutine oldSubroutine = subroutines[insn]; in merge()
465 subroutines[insn] = subroutine.copy(); in merge()
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java36 private Subroutine[] subroutines; field in SubroutineScanner
45 subroutines = new Subroutine[code.getCodeLength()]; in scan()
56 scan(handler, iter, subroutines[exceptions.startPc(i)]); in scan()
59 return subroutines; in scan()
82 subroutines[pos] = sub; in scanOp()
DAnalyzer.java90 private Subroutine[] subroutines; field in Analyzer
136 subroutines = scanner.scan(method); in analyze()
174 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry()
195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos)); in analyzeNextEntry()
/external/llvm/test/DebugInfo/Generic/Inputs/
Dgmlt.ll12 ; subroutines.
20 ; Omitting the subprograms without inlined subroutines is not possible
22 ; (which happens with this optimization if there are no inlined subroutines).
73 ; inlined subroutines are omitted by design to save space)
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll12 ; subroutines.
20 ; Omitting the subprograms without inlined subroutines is not possible
22 ; (which happens with this optimization if there are no inlined subroutines).
73 ; inlined subroutines are omitted by design to save space)
/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/mockito/cglib-and-asm/src/org/mockito/asm/
DMethodWriter.java333 private int subroutines; field in MethodWriter
874 ++subroutines; in visitJumpInsn()
1340 if (subroutines > 0) { in visitMaxs()
1348 labels.visitSubroutine(null, 1, subroutines); in visitMaxs()
1360 | (1L << (id % 32)), subroutines); in visitMaxs()
1376 subroutine.visitSubroutine(l, 0, subroutines); in visitMaxs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.h274 GLuint subroutines[BRW_WM_MAX_SUBROUTINE]; member
/external/llvm/test/DebugInfo/Generic/
Dinline-scopes.ll32 ; Ensure that file changes don't interfere with creating inlined subroutines.
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst200 * ``PIPE_SHADER_CAP_SUBROUTINES``: Whether subroutines are supported, i.e.
Dcontext.rst557 Any of the subroutines contained within the compute program can be
/external/ImageMagick/PerlMagick/
DMANIFEST513 t/subroutines.pl
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.20865 and subroutines are not loaded twice. This is to remove a memory
1864 * src/cid/cidload.c (cid_read_subrs): Decrypt subroutines only
2049 (T1_Open_Face): Deleted empty subroutines array test to make sure
2050 fonts with no subroutines still are parsed.
DChangeLog.221138 rebuilt (phony prerequisites act like subroutines and are *always*
DChangeLog813 [type1] Protect against invalid number of subroutines (#46150).
DChangeLog.252135 a subroutine if no subroutines exist. This is an error but should
/external/pcre/dist/
DNEWS381 (?-n) and (?+n) relative references for recursion and subroutines.
/external/pcre/dist/doc/
Dpcre.txt4610 9. Subpatterns that are called as subroutines (whether or not recur-
6269 ful for subpatterns that are referenced as subroutines from elsewhere
6536 the subpattern itself (see "Subpatterns as subroutines" below for a way
6886 DEFINE is that it can be used to define subroutines that can be refer-
6887 enced from elsewhere. (The use of subroutines is described below.) For
7299 subpatterns called as subroutines (whether or not recursively) is docu-
7637 Backtracking verbs in subroutines
7640 sively. Perl's treatment of subroutines is different in some cases.
/external/elfutils/po/
Duk.po773 "Show all source locations that caused inline expansion of subroutines at the "
Dde.po780 "Show all source locations that caused inline expansion of subroutines at the "
Dja.po780 "Show all source locations that caused inline expansion of subroutines at the "
Des.po781 "Show all source locations that caused inline expansion of subroutines at the "
Dpl.po763 "Show all source locations that caused inline expansion of subroutines at the "
/external/bison/doc/
Dbison.texi179 * Mfcalc Symbol Table:: Symbol table management subroutines.
2298 * Mfcalc Symbol Table:: Symbol table management subroutines.

12