Searched refs:propertyMeta (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | layout_info.cpp | 226 int propertyMeta = attr.GetPropertyMetaData(); in DumpFieldIndexByPGO() local 229 desc->InsertKeyAndDesc(keyString, PGOHandler(type, propertyMeta, false)); in DumpFieldIndexByPGO() 235 desc->InsertKeyAndDesc(keyString, PGOHandler(type, propertyMeta, true)); in DumpFieldIndexByPGO() 248 int propertyMeta = attr.GetPropertyMetaData(); in UpdateFieldIndexByPGO() local 251 return desc->UpdateKeyAndDesc(keyString, PGOHandler(type, propertyMeta, false)); in UpdateFieldIndexByPGO() 257 return desc->UpdateKeyAndDesc(keyString, PGOHandler(type, propertyMeta, true)); in UpdateFieldIndexByPGO()
|
Completed in 2 milliseconds