Searched refs:fldID (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_const.cpp | 72 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 D | mir_const.h | 216 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 31 milliseconds