Home
last modified time | relevance | path

Searched refs:BYTE_COUNT (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h113 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read() local
115 using storage_type = helpers::TypeHelperT<BYTE_COUNT * BYTE_WIDTH, false>; in Read()
118 return ReadHelper<return_type, storage_type>(BYTE_OFFSET, BYTE_COUNT, offset, width); in Read()
/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction-inl.h57 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read() local
59 using storage_type = helpers::TypeHelperT<BYTE_COUNT * BYTE_WIDTH, false>; 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 Dbytecode_instruction-inl.h55 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read() local
57 using StorageType = helpers::TypeHelperT<BYTE_COUNT * BYTE_WIDTH, false>; in Read()
60 return ReadHelper<ReturnType, StorageType>(BYTE_OFFSET, BYTE_COUNT, OFFSET, WIDTH); in Read()

Completed in 1 milliseconds