HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 126 - 150 of 1412) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/javassist/src/main/javassist/
CtField.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
335 * @see javassist.bytecode.Descriptor
336 * @see javassist.bytecode.SignatureAttribute
410 * See {@link javassist.bytecode.AttributeInfo}.
427 * See {@link javassist.bytecode.AttributeInfo}.
813 abstract int compile(CtClass type, String name, Bytecode code,
819 Bytecode code, Javac drv) throws CannotCompileException;
829 int compile(CtClass type, String name, Bytecode code,
836 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type))
    [all...]
  /external/javassist/src/main/javassist/bytecode/
DeprecatedAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
LocalVariableTypeAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
SyntheticAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
AccessFlag.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
115 * a javassist.bytecode.AccessFlag.
124 * Converts a javassist.bytecode.AccessFlag
127 * @param accflags javassist.bytecode.Accessflag
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...]
  /external/javassist/src/main/javassist/bytecode/analysis/
IntQueue.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
SubroutineScanner.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
22 import javassist.bytecode.BadBytecode;
23 import javassist.bytecode.CodeAttribute;
24 import javassist.bytecode.CodeIterator;
25 import javassist.bytecode.ExceptionTable;
26 import javassist.bytecode.MethodInfo;
27 import javassist.bytecode.Opcode;
  /external/javassist/src/main/javassist/bytecode/annotation/
MemberValueVisitor.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
NoSuchClassError.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
BooleanMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.annotation;
18 import javassist.bytecode.ConstPool;
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;
  /external/javassist/src/main/javassist/convert/
TransformAfter.java 2 * Javassist, a Java-bytecode translator toolkit.
20 import javassist.bytecode.*;
  /external/smali/
README.md 14 - [Official dex bytecode reference](http://s.android.com/tech/dalvik/dalvik-bytecode.html)
  /dalvik/vm/compiler/codegen/x86/
NcgHelper.cpp 32 const int kInstrLen = 4; //default to next bytecode
46 /* return the number of bytes to increase the bytecode pointer by */
52 return 2*3;//bytecode packed_switch is 6(2*3) bytes long
86 /* return the number of bytes to increase the bytecode pointer by */
103 return 2*3; //bytecode sparse_switch is 6(2*3) bytes long
  /external/javassist/src/main/javassist/expr/
Handler.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
102 * Inserts bytecode at the beginning of the catch clause.
105 * @param src the source code representing the inserted bytecode.
114 Bytecode b = jv.getBytecode();
  /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
  /external/chromium_org/third_party/freetype/include/freetype/
ftttdrv.h 64 * Currently, two versions are available which represent the bytecode
70 * If subpixel hinting is on, many TrueType bytecode instructions
114 * number as returned by the `GETINFO' bytecode instruction.
128 * This property controls the behaviour of the bytecode interpreter

Completed in 1032 milliseconds

1 2 3 4 56 7 8 91011>>