Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DBytecode.java113 public class Bytecode extends ByteVector implements Cloneable, Opcode { class
138 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode() method in Bytecode
155 public Bytecode(ConstPool cp) { in Bytecode() method in Bytecode
/external/v8/src/debug/
Ddebug-evaluate.cc330 typedef interpreter::Bytecode Bytecode; in BytecodeHasNoSideEffect() typedef
/external/v8/src/interpreter/
Dbytecodes.h396 enum class Bytecode : uint8_t { enum