Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/docs/
Dfile_format.md200 ### Header
225 ### RegionHeader
248 ### RegionIndex
257 ### ForeignField
271 ### Field
287 ### FieldTag
301 ### FieldType
325 ### ForeignMethod
340 ### Method
356 ### MethodTag
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp55 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(numOfProps); in CreateHClassByProps() local
119 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(keysLen); in CreatePrototypeHClassByProps() local
293 … TSObjLayoutInfo *layout = TSObjLayoutInfo::Cast(objectType->GetObjLayoutInfo().GetTaggedObject()); in GetPropTypeGT() local
Dts_type_table_generator.cpp150 void TSTypeTableGenerator::FillLayoutTypes(const JSHandle<TSObjLayoutInfo> &layout, in FillLayoutTypes()
Dts_type_parser.cpp387JSHandle<TSObjLayoutInfo> &layout, const JSHandle<TaggedArray> &literal, in FillPropertyTypes()
408JSHandle<TSObjLayoutInfo> &layout, const JSHandle<TaggedArray> &literal, in FillInterfaceMethodTypes()
Dts_manager.cpp50 JSHandle<TSObjLayoutInfo> layout(thread_, field->GetObjLayoutInfo()); in RecursivelyMergeClassField() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp190 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode:… in CreatePrototypeHClass() local
237 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode:… in CreateConstructorHClass() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp304 JSTaggedValue layout = newJsHClass->GetLayout(); in TransitionProto() local
365 JSTaggedValue layout = newProtoClass->GetLayout(); in ShouldUpdateProtoClass() local
Dobject_factory.cpp1476 JSHandle<LayoutInfo> layout = CreateLayoutInfo(size, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in CreateDefaultClassPrototypeHClass() local
1496 JSHandle<LayoutInfo> layout = CreateLayoutInfo(size, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in CreateDefaultClassConstructorHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1591 inline GateRef StubBuilder::GetPropAttrFromLayoutInfo(GateRef layout, GateRef entry) in GetPropAttrFromLayoutInfo()
1604 inline GateRef StubBuilder::GetKeyFromLayoutInfo(GateRef layout, GateRef entry) in GetKeyFromLayoutInfo()
1610 inline GateRef StubBuilder::GetPropertiesAddrFromLayoutInfo(GateRef layout) in GetPropertiesAddrFromLayoutInfo()