Searched defs:CfiInsn (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cfi.h | 60 class CfiInsn : public maplebe::Insn { class 62 CfiInsn(MemPool &memPool, maplebe::MOperator op) : Insn(memPool, op) {} in CfiInsn() function in cfi::CfiInsn 64 CfiInsn(const CfiInsn &other) : maplebe::Insn(other) {} in CfiInsn() function in cfi::CfiInsn 66 CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0) : Insn(memPool, op, opnd0) {} in CfiInsn() function in cfi::CfiInsn 68 CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1) in CfiInsn() function in cfi::CfiInsn 73 CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1, in CfiInsn() function in cfi::CfiInsn [all...] |
Completed in 2 milliseconds