Lines Matching defs:slotId
23 bool InvokeCache::SetMonoConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId,
31 profileTypeInfo->Set(thread, slotId, newTarget);
32 profileTypeInfo->Set(thread, slotId + 1, initialHClass);
37 bool InvokeCache::SetPolyConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId,
58 profileTypeInfoArr->Set(thread, slotId, newArray);
59 profileTypeInfoArr->Set(thread, slotId + 1, JSTaggedValue::Hole());
122 bool InvokeCache::SetMonoInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId,
128 profileTypeInfo->Set(thread, slotId, callee);
132 profileTypeInfo->Set(thread, slotId, JSTaggedValue::Hole());
136 bool InvokeCache::SetPolyInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId,
157 profileTypeInfoArr->Set(thread, slotId, newArray);