Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h149 static size_t ComputeSize(uint32_t icSlotSize) in ComputeSize() argument
164 static inline uint32_t AdjustSlotSize(uint32_t icSlotSize) in AdjustSlotSize() argument
174 inline void SetPrimitiveOfSlot(JSTaggedValue initValue, uint32_t icSlotSize) in SetPrimitiveOfSlot() argument
214 inline void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t icSlotSize, uint32_t extraLength = 0) in InitializeWithSpecialValue() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1187 RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<JSFunction> &function, uint32_t icSlotSize) RuntimeNotifyInlineCache() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp3334 JSHandle<ProfileTypeInfo> ObjectFactory::NewProfileTypeInfo(uint32_t icSlotSize) in NewProfileTypeInfo() argument
3341 array->InitializeWithSpecialValue(JSTaggedValue::Undefined(), icSlotSize); in NewProfileTypeInfo() local

Completed in 17 milliseconds