Searched refs:CopyAndReSort (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 312 layoutInfoHandle.Update(factory->CopyAndReSort(layoutInfoHandle, offset, offset + 1)); in AddPropertyToNewHClass()
|
| D | object_factory.h | 409 JSHandle<LayoutInfo> CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int capacity);
|
| D | js_hclass.cpp | 1098 layoutInfoHandle.Update(factory->CopyAndReSort(layoutInfoHandle, offset, offset + 1)); in CreateChildHClass()
|
| D | object_factory.cpp | 2891 JSHandle<LayoutInfo> ObjectFactory::CopyAndReSort(const JSHandle<LayoutInfo> &old, int end, int cap… in CopyAndReSort() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 946 … JSHandle<LayoutInfo> layout = factory->CopyAndReSort(baseLayout, baseLength, newLength); in DefineSendableInstanceHClass()
|