HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 376 - 400 of 1588) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/util/
OrMatcher.java 3 * of Java bytecode.
SettableMatcher.java 3 * of Java bytecode.
StringMatcher.java 3 * of Java bytecode.
StringParser.java 3 * of Java bytecode.
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_dalvik.bytecode.html 10 dalvik.bytecode
74 Package <A HREF="../../../../reference/dalvik/bytecode/package-summary.html" target="_top"><font size="+1"><code>dalvik.bytecode</code></font></A>
85 <nobr><A HREF="dalvik.bytecode.Opcodes.html"><I>Opcodes</I></A></nobr>
fields_index_all.html     [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
pkg_dalvik.bytecode.html 10 dalvik.bytecode
74 Package <A HREF="../../../../reference/dalvik/bytecode/package-summary.html" target="_top"><font size="+1"><code>dalvik.bytecode</code></font></A>
85 <nobr><A HREF="dalvik.bytecode.Opcodes.html"><I>Opcodes</I></A></nobr>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
inet_diag.h 44 /* Bytecode is sequence of 4 byte commands followed by variable arguments.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inet_diag.h 44 /* Bytecode is sequence of 4 byte commands followed by variable arguments.
  /prebuilts/misc/common/asm/
LICENSE.txt 2 ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/asm-tools/
LICENSE.txt 2 ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
NOTICE 2 ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
NOTICE 2 ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-parent/4.0/
NOTICE 2 ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
NOTICE 2 ASM: a very small and fast Java bytecode manipulation framework
  /external/javassist/src/main/javassist/
CtMethod.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
285 Bytecode code = CtNewWrappedMethod.makeBody(clazz,
341 int compile(Bytecode code) throws CannotCompileException {
380 int compile(Bytecode code) throws CannotCompileException {
401 int compile(Bytecode code) throws CannotCompileException {
422 int compile(Bytecode code) throws CannotCompileException {
  /external/javassist/src/main/javassist/bytecode/annotation/
Annotation.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
18 import javassist.bytecode.ConstPool;
19 import javassist.bytecode.Descriptor;
37 * @see javassist.bytecode.AnnotationsAttribute#getAnnotations()
38 * @see javassist.bytecode.ParameterAnnotationsAttribute#getAnnotations()
266 * @see javassist.bytecode.AnnotationDefaultAttribute
AnnotationImpl.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
25 import javassist.bytecode.AnnotationDefaultAttribute;
26 import javassist.bytecode.ClassFile;
27 import javassist.bytecode.MethodInfo;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Attribute.java 2 * ASM: a very small and fast Java bytecode manipulation framework
139 * @param code the bytecode of the method corresponding to this code
142 * @param len the length of the bytecode of the method corresponding to this
186 * @param code the bytecode of the method corresponding to these code
189 * @param len the length of the bytecode of the method corresponding to
224 * @param code the bytecode of the method corresponding to these code
227 * @param len the length of the bytecode of the method corresponding to
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 96 yasm_bytecode *basebc; /* base bytecode from which to track SLINEs */
104 /*@null@*/ yasm_bytecode *bcstr; /* bytecode in stabstr for string */
109 /*@null@*/yasm_bytecode *bcvalue; /* relocated stab's bytecode */
113 /* Bytecode callback function prototypes */
135 /* Bytecode callback structures */
176 /* Create and add a new strtab-style string bytecode to a section, updating
193 /* Create and add a new stab bytecode to a section, updating offset on
195 /* Requires a string bytecode, or NULL, for its string entry */
489 yasm_internal_error(N_("tried to resolve a stabs stab bytecode"));
498 yasm_internal_error(N_("tried to resolve a stabs str bytecode"));
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 36 * Bytecode visitor to use when "observing" bytecode getting parsed.
39 /** {@code non-null;} actual array of bytecode */
48 * @param bytes {@code non-null;} actual array of bytecode
203 * Note: This uses the original bytecode, not the
  /external/owasp/sanitizer/tools/findbugs/doc/
factSheet.html 72 <p> FindBugs uses <i>static analysis</i> to inspect Java bytecode
78 FindBugs works by analyzing Java bytecode (compiled class files),
91 for FindBugs.&nbsp; If you are familiar with Java bytecode
105 analyze Java bytecode.&nbsp;
107 the <a href="http://asm.objectweb.org/">ASM</a> bytecode framework.&nbsp;
  /dalvik/docs/
dexopt.html 19 <li>Class data, notably bytecode, must be shared between multiple
29 <li>Bytecode verification is necessary, but slow, so we want to verify
31 <li>Bytecode optimization (quickened instructions, method pruning) is
41 pieces). On the other hand, having the bytecode on the local heap makes
52 <li>Bytecode verification is mandatory for all classes, but we want
54 <li>Optimizations that require rewriting bytecode must be done ahead
70 The bytecode cannot be memory-mapped and executed directly from the zip
167 The bytecode verification process involves scanning through the instructions
172 <a href="verifier.html">Dalvik Bytecode Verifier Notes</a> for more
190 <a href="verifier.html">Dalvik Bytecode Verifier Notes</a> documen
    [all...]
debugger.html 19 relies on bytecode insertion, something the Dalvik VM does not currently
59 for all bytecode, which made it necessary to scan for breakpoints by
73 bytecode and lists describing which registers are used to hold method
75 When <code>dx</code> converts Java bytecode to Dalvik bytecode, it must
81 Dalvik bytecode if the values are never used or no longer needed.
205 The translation from Java bytecode to Dalvik bytecode may result in
214 The Dalvik bytecode uses a common <code>return</code> instruction for both
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 2 * Javassist, a Java-bytecode translator toolkit.
29 import javassist.bytecode.*;
860 Bytecode code = new Bytecode(cp, 0, 0);
867 code.addOpcode(Bytecode.RETURN);
    [all...]

Completed in 3727 milliseconds

<<11121314151617181920>>