Home
last modified time | relevance | path

Searched refs:CreateSLayoutInfo (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp425 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSObjectFunctionHClass()
451 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSObjectPrototypeHClass()
473 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSFunctionHClass()
498 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSArrayBufferFunctionHClass()
527 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSSetFunctionHClass()
556 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSMapFunctionHClass()
584 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSFunctionPrototypeHClass()
613 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSArrayBufferPrototypeHClass()
642 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSSetPrototypeHClass()
673 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(lengt in CreateSMapPrototypeHClass()
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp100 JSHandle<LayoutInfo> emptyLayout = factory->CreateSLayoutInfo(0); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp61 JSHandle<LayoutInfo> layoutInfoHandle = CreateSLayoutInfo(JSFunction::LENGTH_OF_INLINE_PROPERTIES); in CreateSFunctionClass()
398 JSHandle<LayoutInfo> ObjectFactory::CreateSLayoutInfo(uint32_t properties) in CreateSLayoutInfo() function in panda::ecmascript::ObjectFactory
439 JSHandle<LayoutInfo> newArr = CreateSLayoutInfo(capacity); in CopyAndReSortSLayoutInfo()
H A Dobject_factory.h854 JSHandle<LayoutInfo> PUBLIC_API CreateSLayoutInfo(uint32_t properties);
H A Djs_hclass.cpp1564 auto layout = factory->CreateSLayoutInfo(length + parentLength); in CreateSInlinedLayout()
H A Djs_object.cpp1890 JSHandle<LayoutInfo> newLayoutInfo = factory->CreateSLayoutInfo(propNumber); in FreezeSharedObject()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp78 JSHandle<LayoutInfo> sLayout = factory_->CreateSLayoutInfo(0); in ParseJSONText()
339 layout = factory_->CreateSLayoutInfo(fieldNum); in CreateSJsonObject()
345 layout = factory_->CreateSLayoutInfo(fieldNum); in CreateSJsonObject()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp350 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(length + extraLength); in CreateSendableHClass()
1028 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(fieldNum); in DefineSendableInstanceHClass()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2191 JSHandle<LayoutInfo> emptyLayout = factory->CreateSLayoutInfo(0); in CreateEmptySObject()
2208 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(length); in CreateSObject()

Completed in 39 milliseconds