Home
last modified time | relevance | path

Searched refs:fldID (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp72 if (fldID > 0) { in Dump()
73 LogInfo::MapleLogger() << " " << fldID; in Dump()
93 return (stIdx == rhsA.stIdx) && (fldID == rhsA.fldID); in operator ==()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst()
219 : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(ofst) in MIRAddrofConst()
237 return fldID; in GetFieldID()
256 FieldID fldID; member in maple::MIRAddrofConst

Completed in 2 milliseconds