Searched defs:Bytecode (Results 1 – 9 of 9) sorted by relevance
51 Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) variable
81 enum Bytecode : byte { enum
479 class Bytecode: class
303 const std::function<void(Bytecode, OperandScale)>& f) { in ForEachBytecode()
464 enum class Bytecode : uint8_t { enum
318 #define BUILD_BCH(Name, OperandScale, Bytecode) \ in SetupBuiltinsInternal() argument
76 #define DECL_BCH(Name, OperandScale, Bytecode) \ argument
233 Object JSRegExp::Bytecode(bool is_latin1) const { in Bytecode() function in v8::internal::JSRegExp
9926 MemorySpan<const uint8_t> debug::WasmScript::Bytecode() const { in Bytecode() function in v8::debug::WasmScript