Home
last modified time | relevance | path

Searched defs:byteoffset (Results 1 – 4 of 4) sorted by relevance

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