Home
last modified time | relevance | path

Searched defs:ReadByte (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h126 uint8_t ReadByte(size_t offset) const in ReadByte() function
354 uint8_t ReadByte(size_t offset) const in ReadByte() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h77 uint8_t ReadByte(size_t offset) const in ReadByte() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h267 static uint8_t ReadByte(const uint8_t *pc) in ReadByte() function