Home
last modified time | relevance | path

Searched defs:byteoffset (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction-inl.h26 inline auto BytecodeInst<Mode>::ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() argument
74 size_t byteoffset = offset / BYTE_WIDTH; in Read64() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction-inl.h26 inline auto BytecodeInst<MODE>::ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() argument
72 size_t byteoffset = offset / BYTE_WIDTH; in Read64() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h83 inline auto ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() argument
129 size_t byteoffset = offset / BYTE_WIDTH; in Read64() local

Completed in 2 milliseconds