Searched defs:Bytecode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dtest_bytecode.py2 from yasm import Bytecode, Expression namespace
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi26 cdef class Bytecode: class in inherits:
34 self.bc = <yasm_bytecode *>__get_voidp(bc, Bytecode)
77 # Keep Bytecode reference paired with bc using weak references.
91 bcobj = Bytecode(__pass_voidp(bc, Bytecode))
99 obj = Bytecode.__new__(cls, __pass_voidp(bc, Bytecode))
103 class Org(Bytecode):
H A Dsymrec.pxi79 return None #Bytecode(bc)
121 cdef class Bytecode class in inherits:
209 if not isinstance(precbc, Bytecode):
212 (<Bytecode>precbc).bc, in_table, line))
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddisplay-profiler-output43 class Bytecode class
147 @bytecode[index] = Bytecode.new(self, index, subJson["opcode"].to_s, subJson["description"].to_s)
645 (" " * pad) + center("Bytecode for #{bytecodes}", screenWidth - pad - countCols - 1 - machineCols))
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java95 * <p>A <code>Bytecode</code> object is an unbounded array
99 * Bytecode b = new Bytecode(cp, 1, 0);
113 public class Bytecode extends ByteVector implements Cloneable, Opcode { class in inherits:ByteVector,Cloneable,Opcode
116 * constant pool table given to this <code>Bytecode</code> object.
126 * Constructs a <code>Bytecode</code> object with an empty bytecode
138 public Bytecode(ConstPool cp, int stacksize, int localvars) { method in class:Bytecode
147 * Constructs a <code>Bytecode</code> object with an empty bytecode
152 * @see Bytecode#setMaxStack(int)
153 * @see Bytecode#setMaxLocal
155 public Bytecode(ConstPool cp) { method in class:Bytecode
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1154 milliseconds