HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 176 - 200 of 1965) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/javassist/src/main/javassist/bytecode/annotation/
ByteMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.annotation;
18 import javassist.bytecode.ConstPool;
CharMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
DoubleMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
FloatMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
IntegerMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
LongMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
ShortMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
StringMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
ClassMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
19 import javassist.bytecode.ConstPool;
20 import javassist.bytecode.Descriptor;
EnumMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
22 import javassist.bytecode.ConstPool;
23 import javassist.bytecode.Descriptor;
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
93 * A utility class for producing a bytecode sequence.
95 * <p>A <code>Bytecode</code> object is an unbounded array
96 * containing bytecode. For example,
99 * Bytecode b = new Bytecode(cp, 1, 0);
104 * <p>This program produces a Code attribute including a bytecode
113 public class Bytecode extends ByteVector implements Cloneable, Opcode {
116 * constant pool table given to this <code>Bytecode</code> object
    [all...]
Mnemonic.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
21 * <p>This interface has been separated from javassist.bytecode.Opcode
22 * because typical bytecode translators do not use mnemonics. If this
  /art/runtime/
compiler_filter.h 48 // compiled executable code for bytecode.
52 // compiled executable code for bytecode, JNI methods, or quickened dex
53 // bytecode.
61 // quickened dex bytecode.
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 37 /** {@code non-null;} array containing the bytecode per se */
51 * @param code {@code non-null;} array containing the bytecode per se
120 * Gets the bytecode array.
122 * @return {@code non-null;} the bytecode array
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
README 15 regrtest.py Runs the Python test suite using bytecode generated
  /external/desugar/java/com/google/devtools/build/android/desugar/
HeaderClassLoader.java 53 byte[] bytecode;
59 bytecode = writer.toByteArray();
63 return defineClass(name, bytecode, 0, bytecode.length);
  /external/freetype/src/base/
ftpatent.c 5 /* FreeType API for checking patented TrueType bytecode instructions */
  /external/javassist/src/main/javassist/
NotFoundException.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/compiler/
KeywordTable.java 2 * Javassist, a Java-bytecode translator toolkit.
SyntaxError.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/compiler/ast/
ArrayInit.java 2 * Javassist, a Java-bytecode translator toolkit.
Keyword.java 2 * Javassist, a Java-bytecode translator toolkit.
StringL.java 2 * Javassist, a Java-bytecode translator toolkit.
Symbol.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/runtime/
DotClass.java 2 * Javassist, a Java-bytecode translator toolkit.

Completed in 1355 milliseconds

1 2 3 4 5 6 78 91011>>