/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 66 …MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytec… in execute() argument 114 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); in execute() 117 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); in execute() 120 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute() 123 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); in execute() 126 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); in execute() 132 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); in execute() 138 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute() 144 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute() 150 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); in execute() [all …]
|
D | Analyzer.java | 174 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local 177 executor.execute(method, pos, iter, frame, subroutine); in analyzeNextEntry() 189 mergeRet(queue, iter, pos, frame, subroutine); in analyzeNextEntry() 361 …et(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytec… in mergeRet() argument 362 if (subroutine == null) in mergeRet() 365 Iterator callerIter = subroutine.callers().iterator(); in mergeRet() 379 for (Iterator i = subroutine.accessed().iterator(); i.hasNext(); ) { in mergeRet()
|
/external/mesa3d/src/mesa/main/ |
D | shaderobj.h | 184 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine() argument 186 switch (subroutine) { in _mesa_shader_stage_from_subroutine()
|
/external/libxml2/vms/ |
D | build_libxml.com | 237 $!- the BUILD subroutine. Compile then insert into library or link as required 239 $BUILD: subroutine
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 13 # sub: <subroutine name> 80 # First, parse out the subroutine name
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 11 > is like a subroutine because it needs to be entered from many points (end of 17 modelled as a subroutine (as java bytecodes do), which is really
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 11 > is like a subroutine because it needs to be entered from many points (end of 17 modelled as a subroutine (as java bytecodes do), which is really
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 459 my ($package, $filename, $line, $subroutine) = @frame; 465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) { 473 push @{$rules}, $subroutine;
|
/external/cblas/ |
D | README.android | 33 Replace Fortran wrappers either with calls to the Eigen "subroutine" versions
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | jr.txt | 4 # Call subroutine from register
|
D | j.txt | 4 # Call subroutine
|
/external/elfutils/src/ |
D | addr2line.c | 747 Dwarf_Die subroutine; in handle_address() local 750 dieoff, &subroutine); in handle_address() 754 nscopes = dwarf_getscopes_die (&subroutine, &scopes); in handle_address()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV3.td | 23 // Call subroutine. 83 // Call subroutine from register.
|
/external/pcre/dist2/ |
D | ChangeLog | 27 disables the use of back references (and subroutine calls), which are supported 449 especially when recursion or subroutine calls are involved. However, this 612 between a subroutine call and its quantifier was incorrectly compiled, leading 621 a fixed maximum following a group that contains a subroutine reference was 671 forward reference subroutine call followed by a non-forward-reference 672 subroutine call, for example /.((?2)(?R)\1)()/, pcre2_compile() failed to 716 37. There was no check for integer overflow in subroutine calls such as (?123). 815 subroutine reference could loop at compile time. Example: /[^\xff]((?1))/. 857 23. A pattern such as "((?+1)(\1))/" containing a forward reference subroutine
|
D | NEWS | 10 and subroutine calls if called with the REG_NOSUB option. It now does.
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_type.cpp | 46 subroutine_only.flags.q.subroutine = 1; in has_qualifiers() 780 bad.flags.q.subroutine ? " subroutine" : "", in validate_flags()
|
D | ast.h | 600 unsigned subroutine:1; /**< Is this marked 'subroutine' */ member
|
/external/regex-re2/doc/ |
D | syntax.txt | 121 \g<name> subroutine call NOT SUPPORTED 122 \g'name' subroutine call NOT SUPPORTED
|
/external/ImageMagick/coders/ |
D | Make.com | 164 $Make: subroutine
|
/external/curl/packages/vms/ |
D | generate_vax_transfer.com | 165 $! write out subroutine name
|
D | build_vms.com | 1022 $MoveIfDiff: subroutine
|
/external/mesa3d/src/compiler/nir/ |
D | README | 50 are inlined and any non-subroutine functions are deleted, parameters and return
|
/external/dnsmasq/contrib/dnslist/ |
D | dnslist.pl | 605 proprietary programs. If your program is a subroutine library, you may
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 63 ///< subroutine.
|
/external/libevent/ |
D | Doxyfile | 181 # the generated man pages (default is the subroutine's section .3)
|