Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A 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() argument
24 uint8_t opCode;
25 uint32_t size;
26 const std::string opStr;
H A Dast.cpp396 uint8_t AstObject::OpCode() const in OpCode() function in AstObject
/ohos5.0/base/security/access_token/services/privacymanager/include/common/
H A Dconstant.h27 enum OpCode { enum
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_mixer.h71 } OpCode; typedef
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js331 OpCode() { method in AstObject