Home
last modified time | relevance | path

Searched refs:subroutine (Results 1 – 25 of 222) sorted by relevance

123456789

/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java66 …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 …]
DAnalyzer.java174 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/
Dshaderobj.h184 _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/
Dbuild_libxml.com237 $!- the BUILD subroutine. Compile then insert into library or link as required
239 $BUILD: subroutine
/external/e2fsprogs/lib/ss/
Dct_c.sed13 # sub: <subroutine name>
80 # First, parse out the subroutine name
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > 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/
D2001-05-19-ExceptionResponse.txt11 > 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/
DBaseRecognizer.pm459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;
/external/cblas/
DREADME.android33 Replace Fortran wrappers either with calls to the Eigen "subroutine" versions
/external/llvm/test/MC/Disassembler/Hexagon/
Djr.txt4 # Call subroutine from register
Dj.txt4 # Call subroutine
/external/elfutils/src/
Daddr2line.c747 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/
DHexagonInstrInfoV3.td23 // Call subroutine.
83 // Call subroutine from register.
/external/pcre/dist2/
DChangeLog27 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
DNEWS10 and subroutine calls if called with the REG_NOSUB option. It now does.
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp46 subroutine_only.flags.q.subroutine = 1; in has_qualifiers()
780 bad.flags.q.subroutine ? " subroutine" : "", in validate_flags()
Dast.h600 unsigned subroutine:1; /**< Is this marked 'subroutine' */ member
/external/regex-re2/doc/
Dsyntax.txt121 \g<name> subroutine call NOT SUPPORTED
122 \g'name' subroutine call NOT SUPPORTED
/external/ImageMagick/coders/
DMake.com164 $Make: subroutine
/external/curl/packages/vms/
Dgenerate_vax_transfer.com165 $! write out subroutine name
Dbuild_vms.com1022 $MoveIfDiff: subroutine
/external/mesa3d/src/compiler/nir/
DREADME50 are inlined and any non-subroutine functions are deleted, parameters and return
/external/dnsmasq/contrib/dnslist/
Ddnslist.pl605 proprietary programs. If your program is a subroutine library, you may
/external/clang/include/clang/Frontend/
DCodeGenOptions.def63 ///< subroutine.
/external/libevent/
DDoxyfile181 # the generated man pages (default is the subroutine's section .3)

123456789