Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp1266 auto rootDesc = reinterpret_cast<const pgo::RootHClassLayoutDesc *>(desc); in CreateRootHClassFromPGO() local
1268 uint32_t numOfProps = rootDesc->NumOfProps(); in CreateRootHClassFromPGO()
1270 JSType type = rootDesc->GetObjectType(); in CreateRootHClassFromPGO()
1271 size_t size = rootDesc->GetObjectSize(); in CreateRootHClassFromPGO()
1275 rootDesc->IterateProps([thread, factory, &index, hclass, layout](const pgo::PropertyDesc& propDesc) { in CreateRootHClassFromPGO()
1298 auto rootDesc = reinterpret_cast<const pgo::RootHClassLayoutDesc *>(desc); in CreateRootHClassWithCached() local
1301 ASSERT(rootDesc->GetObjectSize() == JSObject::SIZE); in CreateRootHClassWithCached()
1302 ASSERT(rootDesc->GetObjectType() == JSType::JS_OBJECT); in CreateRootHClassWithCached()
1308 rootDesc->IterateProps([thread, factory, &index, &hclass](const pgo::PropertyDesc& propDesc) { in CreateRootHClassWithCached()
1420 auto rootDesc in UpdateRootLayoutDescByPGO() local
[all...]
H A Djs_hclass.h2052 static bool UpdateRootLayoutDescByPGO(const JSHClass* hclass, HClassLayoutDesc* rootDesc);

Completed in 8 milliseconds