Home
last modified time | relevance | path

Searched defs:OpCode (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Dbytecode_gen.h17 struct OpCode { struct
18 OpCode() : opCode(0), size(0) {} in OpCode() function
20 OpCode(uint8_t code, uint32_t s, const std::string &str) : opCode(code), size(s), opStr(str) {} in OpCode() function
24 uint8_t opCode;
25 uint32_t size;
26 const std::string opStr;
Dast.cpp396 uint8_t AstObject::OpCode() const in OpCode() function in AstObject
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
Daudio_interface_lib_mixer.h71 } OpCode; typedef
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dast.js331 OpCode() { method in AstObject