Lines Matching refs:rootDesc
1266 auto rootDesc = reinterpret_cast<const pgo::RootHClassLayoutDesc *>(desc);
1268 uint32_t numOfProps = rootDesc->NumOfProps();
1270 JSType type = rootDesc->GetObjectType();
1271 size_t size = rootDesc->GetObjectSize();
1275 rootDesc->IterateProps([thread, factory, &index, hclass, layout](const pgo::PropertyDesc& propDesc) {
1298 auto rootDesc = reinterpret_cast<const pgo::RootHClassLayoutDesc *>(desc);
1301 ASSERT(rootDesc->GetObjectSize() == JSObject::SIZE);
1302 ASSERT(rootDesc->GetObjectType() == JSType::JS_OBJECT);
1308 rootDesc->IterateProps([thread, factory, &index, &hclass](const pgo::PropertyDesc& propDesc) {
1420 auto rootDesc = reinterpret_cast<const pgo::RootHClassLayoutDesc *>(desc);
1421 int rootPropLen = static_cast<int>(rootDesc->NumOfProps());