Searched refs:BYTE_OFFSET (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | instruction.h | 111 constexpr size_t BYTE_OFFSET = offset / BYTE_WIDTH; in Read() local 113 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read() 118 return ReadHelper<return_type, storage_type>(BYTE_OFFSET, BYTE_COUNT, offset, width); in Read()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | bytecode_instruction-inl.h | 55 constexpr size_t BYTE_OFFSET = offset / BYTE_WIDTH; in Read() local 57 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read() 62 return ReadHelper<return_type, storage_type>(BYTE_OFFSET, BYTE_COUNT, offset, width); in Read()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | bytecode_instruction-inl.h | 53 constexpr size_t BYTE_OFFSET = OFFSET / BYTE_WIDTH; in Read() local 55 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read() 60 return ReadHelper<ReturnType, StorageType>(BYTE_OFFSET, BYTE_COUNT, OFFSET, WIDTH); in Read()
|
Completed in 2 milliseconds