HomeSort by relevance Sort by last modified time
    Searched defs:Bytecode (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_bytecode.py 2 from yasm import Bytecode, Expression
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
bytecode.pxi 1 # Python bindings for Yasm: Pyrex input file for bytecode.h
26 cdef class Bytecode:
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))
95 # Org bytecode
99 obj = Bytecode.__new__(cls, __pass_voidp(bc, Bytecode))
103 class Org(Bytecode)
    [all...]
symrec.pxi 79 return None #Bytecode(bc)
121 cdef class Bytecode
209 if not isinstance(precbc, Bytecode):
212 (<Bytecode>precbc).bc, in_table, line))
  /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/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/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 

Completed in 2299 milliseconds