Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dbuiltin-snapshot-utils.h18 using Bytecode = interpreter::Bytecode; variable
Dbuiltin-deserializer.h22 using Bytecode = interpreter::Bytecode; variable
Dbuiltin-snapshot-utils.cc52 std::function<void(Bytecode, OperandScale)> f) { in ForEachBytecode()
Dbuiltin-deserializer-allocator.h26 using Bytecode = interpreter::Bytecode; variable
/external/python/setuptools/setuptools/
Dpy33compat.py51 Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) variable
/external/v8/src/debug/
Ddebug-evaluate.cc424 typedef interpreter::Bytecode Bytecode; in BytecodeHasNoSideEffect() typedef
851 typedef interpreter::Bytecode Bytecode; in BytecodeRequiresRuntimeCheck() typedef
/external/python/cpython3/Lib/
Ddis.py461 class Bytecode: class
/external/v8/src/interpreter/
Dbytecodes.h449 enum class Bytecode : uint8_t { enum