Home
last modified time | relevance | path

Searched defs:icSlotSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.h147 static size_t ComputeSize(uint32_t icSlotSize) in ComputeSize()
162 static inline uint32_t AdjustSlotSize(uint32_t icSlotSize) in AdjustSlotSize()
172 inline void SetPrimitiveOfSlot(JSTaggedValue initValue, uint32_t icSlotSize) in SetPrimitiveOfSlot()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1162 uint32_t icSlotSize) in RuntimeNotifyInlineCache()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3351 JSHandle<ProfileTypeInfo> ObjectFactory::NewProfileTypeInfo(uint32_t icSlotSize) in NewProfileTypeInfo()