Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h112 constexpr size_t BYTE_OFFSET_END = (offset + width + BYTE_WIDTH - 1) / BYTE_WIDTH; in Read() local
113 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read()
/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction-inl.h56 constexpr size_t BYTE_OFFSET_END = (offset + width + BYTE_WIDTH - 1) / BYTE_WIDTH; in Read() local
57 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction-inl.h54 constexpr size_t BYTE_OFFSET_END = (OFFSET + WIDTH + BYTE_WIDTH - 1) / BYTE_WIDTH; in Read() local
55 constexpr size_t BYTE_COUNT = BYTE_OFFSET_END - BYTE_OFFSET; in Read()

Completed in 1 milliseconds