Home
last modified time | relevance | path

Searched refs:inlinePropNum (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h248 uint32_t inlinePropNum = holder->GetJSHClass()->GetInlinedProperties(); in LoadProperty() local
249 AttrIndexBit::Set<uint64_t>(op.GetIndex() + inlinePropNum, &handler); in LoadProperty()
339 uint32_t inlinePropNum = receiver->GetJSHClass()->GetInlinedProperties(); in StoreProperty() local
340 AttrIndexBit::Set<uint64_t>(op.GetIndex() + inlinePropNum, &handler); in StoreProperty()