/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | Analyzer.java | 68 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/ |
D | SubroutineScanner.java | 36 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()
|
D | Analyzer.java | 90 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/ |
D | gmlt.ll | 12 ; 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/ |
D | gmlt.ll | 12 ; 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/ |
D | inlined-formal-parameter.ll | 12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
|
D | inline-member-function.ll | 26 ; Ensure we omit DW_AT_object_pointer on inlined subroutines.
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | MethodWriter.java | 333 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/ |
D | brw_wm.h | 274 GLuint subroutines[BRW_WM_MAX_SUBROUTINE]; member
|
/external/llvm/test/DebugInfo/Generic/ |
D | inline-scopes.ll | 32 ; Ensure that file changes don't interfere with creating inlined subroutines.
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 200 * ``PIPE_SHADER_CAP_SUBROUTINES``: Whether subroutines are supported, i.e.
|
D | context.rst | 557 Any of the subroutines contained within the compute program can be
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 513 t/subroutines.pl
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.20 | 865 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.
|
D | ChangeLog.22 | 1138 rebuilt (phony prerequisites act like subroutines and are *always*
|
D | ChangeLog | 813 [type1] Protect against invalid number of subroutines (#46150).
|
D | ChangeLog.25 | 2135 a subroutine if no subroutines exist. This is an error but should
|
/external/pcre/dist/ |
D | NEWS | 381 (?-n) and (?+n) relative references for recursion and subroutines.
|
/external/pcre/dist/doc/ |
D | pcre.txt | 4610 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/ |
D | uk.po | 773 "Show all source locations that caused inline expansion of subroutines at the "
|
D | de.po | 780 "Show all source locations that caused inline expansion of subroutines at the "
|
D | ja.po | 780 "Show all source locations that caused inline expansion of subroutines at the "
|
D | es.po | 781 "Show all source locations that caused inline expansion of subroutines at the "
|
D | pl.po | 763 "Show all source locations that caused inline expansion of subroutines at the "
|
/external/bison/doc/ |
D | bison.texi | 179 * Mfcalc Symbol Table:: Symbol table management subroutines. 2298 * Mfcalc Symbol Table:: Symbol table management subroutines.
|