Searched defs:Bytecode (Results 1 – 8 of 8) sorted by relevance
18 using Bytecode = interpreter::Bytecode; variable
22 using Bytecode = interpreter::Bytecode; variable
52 std::function<void(Bytecode, OperandScale)> f) { in ForEachBytecode()
26 using Bytecode = interpreter::Bytecode; variable
51 Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) variable
424 typedef interpreter::Bytecode Bytecode; in BytecodeHasNoSideEffect() typedef851 typedef interpreter::Bytecode Bytecode; in BytecodeRequiresRuntimeCheck() typedef
461 class Bytecode: class
449 enum class Bytecode : uint8_t { enum