Home
last modified time | relevance | path

Searched defs:MIRAddrofConst (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h214 class MIRAddrofConst : public MIRConst { class
216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst() function in maple::MIRAddrofConst
218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() function in maple::MIRAddrofConst

Completed in 3 milliseconds