Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddwarf_op.h335 inline void OpLit(uint8_t opcode) in OpLit()
341 inline void OpReg(uint8_t opcode, DfxRegs& regs) in OpReg()
364 inline void OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) in OpBReg()
390 inline void OpNop(uint8_t opcode) in OpNop()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/unwind_entry_parser/
Ddwarf_op.cpp54 uint8_t opcode; in Decode() local