Home
last modified time | relevance | path

Searched defs:Bytecode (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/
Dpy33compat.py51 Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) variable
/external/javassist/src/main/javassist/bytecode/
DBytecode.java117 public class Bytecode extends ByteVector implements Cloneable, Opcode { class
142 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode() method in Bytecode
159 public Bytecode(ConstPool cp) { in Bytecode() method in Bytecode
/external/python/cpython3/Lib/
Ddis.py479 class Bytecode: class