Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h312 layoutInfoHandle.Update(factory->CopyAndReSort(layoutInfoHandle, offset, offset + 1)); in AddPropertyToNewHClass()
Dobject_factory.h409 JSHandle<LayoutInfo> CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int capacity);
Djs_hclass.cpp1098 layoutInfoHandle.Update(factory->CopyAndReSort(layoutInfoHandle, offset, offset + 1)); in CreateChildHClass()
Dobject_factory.cpp2891 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int cap… in CopyAndReSort() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp946 … JSHandle<LayoutInfo> layout = factory->CopyAndReSort(baseLayout, baseLength, newLength); in DefineSendableInstanceHClass()