Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h131 uint32_t inlinePropNum = holder->GetJSHClass()->GetInlinedProperties(); in LoadProperty() local
132 AttrIndexBit::Set<uint32_t>(op.GetIndex() + inlinePropNum, &handler); in LoadProperty()
183 uint32_t inlinePropNum = receiver->GetJSHClass()->GetInlinedProperties(); in StoreProperty() local
184 AttrIndexBit::Set<uint32_t>(op.GetIndex() + inlinePropNum, &handler); in StoreProperty()