Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dpy33compat.py51 Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) variable
/external/v8/src/snapshot/
Dserializer-deserializer.h81 enum Bytecode : byte { enum
/external/python/cpython3/Lib/
Ddis.py479 class Bytecode: class
/external/v8/src/interpreter/
Dinterpreter.cc303 const std::function<void(Bytecode, OperandScale)>& f) { in ForEachBytecode()
Dbytecodes.h464 enum class Bytecode : uint8_t { enum
/external/v8/src/builtins/
Dsetup-builtins-internal.cc318 #define BUILD_BCH(Name, OperandScale, Bytecode) \ in SetupBuiltinsInternal() argument
Dbuiltins.cc76 #define DECL_BCH(Name, OperandScale, Bytecode) \ argument
/external/v8/src/objects/
Djs-regexp.cc233 Object JSRegExp::Bytecode(bool is_latin1) const { in Bytecode() function in v8::internal::JSRegExp
/external/v8/src/api/
Dapi.cc9926 MemorySpan<const uint8_t> debug::WasmScript::Bytecode() const { in Bytecode() function in v8::debug::WasmScript