Searched defs:Bytecode (Results 1 – 3 of 3) sorted by relevance
113 public class Bytecode extends ByteVector implements Cloneable, Opcode { class138 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode() method in Bytecode155 public Bytecode(ConstPool cp) { in Bytecode() method in Bytecode
330 typedef interpreter::Bytecode Bytecode; in BytecodeHasNoSideEffect() typedef
396 enum class Bytecode : uint8_t { enum