Searched refs:itLayout (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | subtyping_operator.cpp | 26 TSObjLayoutInfo *itLayout = TSObjLayoutInfo::Cast(it->GetObjLayoutInfo().GetTaggedObject()); in CheckBaseClass() local 31 …if (!SubtypingCondition(thread, itLayout, ptLayout, ConditionType::NO_OVERLAP_SUB_LOCAL_SUB_VTABLE… in CheckBaseClass() 39 …!SubtypingCondition(thread, itLayout, oProtoHClass, ConditionType::NO_OVERLAP_SUP_VTABLE_SUB_LOCAL… in CheckBaseClass() 60 TSObjLayoutInfo *itLayout = TSObjLayoutInfo::Cast(it->GetObjLayoutInfo().GetTaggedObject()); in CheckSubtyping() local 70 …if (!SubtypingCondition(thread, itLayout, ptLayout, ConditionType::NO_OVERLAP_SUB_LOCAL_SUB_VTABLE… in CheckSubtyping() 71 … !SubtypingCondition(thread, itLayout, eItLayout, ConditionType::SUB_LOCAL_CONTAIN_SUP_LOCAL) || in CheckSubtyping() 74 … !SubtypingCondition(thread, itLayout, eVtable, ConditionType::NO_OVERLAP_SUP_VTABLE_SUB_LOCAL)) { in CheckSubtyping()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 1582 TSObjLayoutInfo *itLayout = TSObjLayoutInfo::Cast(layout.GetTaggedObject()); in IsBuiltinObjectMethod() local 1583 int index = itLayout->GetElementIndexByKey(name); in IsBuiltinObjectMethod() 1585 auto builtinFuncGt = GlobalTSTypeRef(itLayout->GetTypeId(index).GetInt()); in IsBuiltinObjectMethod()
|