Lines Matching refs:last
60 uint32_t last = cachedHClass->LastPropIndex();
63 JSTaggedValue(layoutInfo->GetAttr(last).GetPropertyMetaData()));
64 auto lastKey = JSHandle<JSTaggedValue>(thread, layoutInfo->GetKey(last));
98 uint32_t last = cachedHClass->LastPropIndex();
101 JSTaggedValue(layoutInfo->GetAttr(last).GetPropertyMetaData()));
102 auto lastKey = JSHandle<JSTaggedValue>(thread, layoutInfo->GetKey(last));
128 int last = static_cast<int>(cachedHClass->LastPropIndex());
130 auto lastMetaData = layoutInfo->GetAttr(last).GetPropertyMetaData();
131 auto lastKey = layoutInfo->GetKey(last);
190 int last = static_cast<int>(hclass->LastPropIndex());
192 auto lastRep = layoutInfo->GetAttr(last).GetRepresentation();