Home
last modified time | relevance | path

Searched refs:ReadByte (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h54 return ReadByte(0); in GetPrimaryOpcode()
59 return ReadByte(1); in GetSecondaryOpcode()
77 uint8_t ReadByte(size_t offset) const in ReadByte() function
91 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper()
Dold_instruction.h32 uint8_t primary = ReadByte(0); in GetOpcode()
34 uint8_t secondary = ReadByte(1); in GetOpcode()
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h126 uint8_t ReadByte(size_t offset) const in ReadByte() function
273 return ReadByte(0); in GetPrimaryOpcode()
354 uint8_t ReadByte(size_t offset) const in ReadByte() function
Dbytecode_instruction-inl.h34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h290 uint8_t primary = ReadByte(pc); in GetOpcode()
300 uint8_t primary = ReadByte(pc); in GetBytecodeMetaData()
361 static uint8_t ReadByte(const uint8_t *pc) in ReadByte() function
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb318 return ReadByte(1);