Searched defs:layout (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 200 ### 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/ |
| D | ts_type.cpp | 55 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
|
| D | ts_type_table_generator.cpp | 150 void TSTypeTableGenerator::FillLayoutTypes(const JSHandle<TSObjLayoutInfo> &layout, in FillLayoutTypes()
|
| D | ts_type_parser.cpp | 387 … JSHandle<TSObjLayoutInfo> &layout, const JSHandle<TaggedArray> &literal, in FillPropertyTypes() 408 … JSHandle<TSObjLayoutInfo> &layout, const JSHandle<TaggedArray> &literal, in FillInterfaceMethodTypes()
|
| D | ts_manager.cpp | 50 JSHandle<TSObjLayoutInfo> layout(thread_, field->GetObjLayoutInfo()); in RecursivelyMergeClassField() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 190 …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/ |
| D | js_hclass.cpp | 304 JSTaggedValue layout = newJsHClass->GetLayout(); in TransitionProto() local 365 JSTaggedValue layout = newProtoClass->GetLayout(); in ShouldUpdateProtoClass() local
|
| D | object_factory.cpp | 1476 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/ |
| D | stub_builder-inl.h | 1591 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()
|