/external/javassist/src/main/javassist/ |
CtConstructor.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*; 239 * Inserts bytecode just after another constructor in the super class 243 * @param src the source code representing the inserted bytecode. 254 Bytecode b = new Bytecode(methodInfo.getConstPool(),
|
CtClassType.java | 2 * Javassist, a Java-bytecode translator toolkit. 33 import javassist.bytecode.AccessFlag; 34 import javassist.bytecode.AttributeInfo; 35 import javassist.bytecode.AnnotationsAttribute; 36 import javassist.bytecode.BadBytecode; 37 import javassist.bytecode.Bytecode; 38 import javassist.bytecode.ClassFile; 39 import javassist.bytecode.CodeAttribute; 40 import javassist.bytecode.ConstantAttribute [all...] |
/external/javassist/src/main/javassist/expr/ |
NewArray.java | 2 * Javassist, a Java-bytecode translator toolkit. 19 import javassist.bytecode.*; 149 * Replaces the array creation with the bytecode derived from 225 Bytecode bytecode = jc.getBytecode(); local 226 storeStack(params, true, paramVar, bytecode); 229 bytecode.addOpcode(ACONST_NULL); // initialize $_ 230 bytecode.addAstore(retVar); 233 bytecode.addAload(retVar); 235 replace0(pos, bytecode, codeLength) [all...] |
MethodCall.java | 2 * Javassist, a Java-bytecode translator toolkit. 19 import javassist.bytecode.*; 124 * @see javassist.bytecode.Descriptor 171 * Replaces the method call with the bytecode derived from 225 Bytecode bytecode = jc.getBytecode(); local 226 storeStack(params, c == INVOKESTATIC, paramVar, bytecode); 230 bytecode.addConstZero(retType); 231 bytecode.addStore(retVar, retType); // initialize $_ 236 bytecode.addLoad(retVar, retType) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
yasm.pyx | 34 Bytecode objects encapsulate data or code objects such as data, reserve, 38 name, any Bytecode objects contained within that section, and other 120 include "bytecode.pxi"
|
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 2 * Javassist, a Java-bytecode translator toolkit. 19 import javassist.bytecode.*; 33 public MemberCodeGen(Bytecode b, CtClass cc, ClassPool cp) { 79 bytecode.addAload(0); 80 bytecode.addInvokespecial(MemberResolver.getSuperclass(thisClass), 105 private void jsrJmp(Bytecode b) { 111 protected boolean doit(Bytecode b, int opcode) { 159 protected boolean doit(Bytecode b, int opcode) { 189 Bytecode bc = bytecode; [all...] |
CodeGen.java | 2 * Javassist, a Java-bytecode translator toolkit. 21 import javassist.bytecode.*; 35 protected Bytecode bytecode; field in class:CodeGen 61 protected abstract boolean doit(Bytecode b, int opcode); 82 public CodeGen(Bytecode b) { 83 bytecode = b; 105 public int getMaxLocals() { return bytecode.getMaxLocals(); } 108 bytecode.setMaxLocals(n); 112 bytecode.incMaxLocals(size) [all...] |
/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...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
display-profiler-output | 43 class Bytecode 143 @bytecode = {} 144 json["bytecode"].each { 147 @bytecode[index] = Bytecode.new(self, index, subJson["opcode"].to_s, subJson["description"].to_s) 176 @bytecode.values.sort{|a, b| a.bytecodeIndex <=> b.bytecodeIndex}.each { 182 def bytecode(bytecodeIndex) method in class:Bytecodes 183 @bytecode[bytecodeIndex] 211 @bytecode.each_value { 212 | bytecode | [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |