Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h292 uint8_t secondary = ReadByte1(pc); in GetOpcode()
302 uint8_t secondary = ReadByte1(pc); in GetBytecodeMetaData()
365 static uint8_t ReadByte1(const uint8_t *pc) in ReadByte1() function