Home
last modified time | relevance | path

Searched defs:bytecode_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dbytecode_ptr.h69 bytecode_ptr(std::nullptr_t) {} in bytecode_ptr() function
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-array-writer.cc88 const byte* bytecode_ptr = &bytecodes()->front(); in CheckBytecodeMatches() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-array-writer.cc88 const byte* bytecode_ptr = &bytecodes()->front(); in CheckBytecodeMatches() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-array-writer.cc88 const byte* bytecode_ptr = &bytecodes()->front(); in CheckBytecodeMatches() local
/dports/lang/micropython/micropython-1.17/py/
H A Dobjfun.c299 const byte *bytecode_ptr = self->bytecode; in fun_bc_call() local