Searched defs:byteoffset (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_instruction-inl.h | 26 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/libpandafile/ |
| D | bytecode_instruction-inl.h | 26 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/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | bytecode_inst-inl.h | 26 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/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | instruction.h | 83 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
|
| /arkcompiler/ets_runtime/test/fuzztest/containersfastbufferindexof_fuzzer/ |
| D | containersfastbufferindexof_fuzzer.cpp | 101 int32_t byteoffset = fdp.ConsumeIntegral<int32_t>(); in ContainersFastBufferLastIndexOfFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersfastbufferlastindexof_fuzzer/ |
| D | containersfastbufferlastindexof_fuzzer.cpp | 100 int32_t byteoffset = fdp.ConsumeIntegral<int32_t>(); in ContainersFastBufferLastIndexOfFuzzTest() local
|