Lines Matching refs:LayoutInfo
61 JSHandle<LayoutInfo> layoutInfoHandle = CreateSLayoutInfo(JSFunction::LENGTH_OF_INLINE_PROPERTIES);
398 JSHandle<LayoutInfo> ObjectFactory::CreateSLayoutInfo(uint32_t properties)
400 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(properties);
401 JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(NewSTaggedArrayWithoutInit(arrayLength));
406 JSHandle<LayoutInfo> ObjectFactory::NewSEmptyLayoutInfo()
408 JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(
436 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSortSLayoutInfo(const JSHandle<LayoutInfo> &old, int end, int capacity)
439 JSHandle<LayoutInfo> newArr = CreateSLayoutInfo(capacity);