Home
last modified time | relevance | path

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

12

/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/runtime_core/static_core/docs/
Dfile_format.md201 ### Header
226 ### RegionHeader
249 ### RegionIndex
258 ### ForeignField
272 ### Field
288 ### FieldTag
302 ### FieldType
326 ### ForeignMethod
341 ### Method
357 ### MethodTag
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp428 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSObjectFunctionHClass() local
454 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSObjectPrototypeHClass() local
476 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSFunctionHClass() local
501 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSArrayBufferFunctionHClass() local
530 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSSetFunctionHClass() local
559 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSMapFunctionHClass() local
588 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateBitVectorFunctionHClass() local
616 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSFunctionPrototypeHClass() local
645 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSArrayBufferPrototypeHClass() local
674 JSHandle<LayoutInfo> layout = factory_->CreateSLayoutInfo(length); in CreateSSetPrototypeHClass() local
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator_visitor-inl.h35 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitObjectRangeImpl() local
Dverification.h190 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in VisitObjectRangeImpl() local
Dyoung_gc_visitor-inl.h81 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitObjectRangeImpl() local
Dold_gc_visitor-inl.h83 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitObjectRangeImpl() local
Dparallel_evacuator-inl.h266 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
Dfull_gc-inl.h65 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitBodyInObj() local
Dparallel_evacuator.cpp472 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp212 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode:… in CreatePrototypeHClass() local
262 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode:… in CreateConstructorHClass() local
321 JSHandle<LayoutInfo> layout(thread, constructorHClass->GetLayout()); in CorrectConstructorHClass() local
354 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(length + extraLength); in CreateSendableHClass() local
767 auto layout = JSHandle<LayoutInfo>(thread, constructorHClass->GetLayout()); in DefineSendableClassFromExtractor() local
978 uint32_t length, const JSHandle<LayoutInfo> &layout, in AddFieldTypeToHClass()
1071 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(fieldNum); in DefineSendableInstanceHClass() local
1094 …JSHandle<LayoutInfo> layout = factory->CopyAndReSortSLayoutInfo(baseLayout, baseLength, newLength); in DefineSendableInstanceHClass() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp200 uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) in Initialize()
403 JSTaggedValue layout = newJsHClass->GetLayout(); in TransitionProto() local
569 JSTaggedValue layout = newProtoClass->GetLayout(); in OptimizePrototypeForIC() local
807 auto layout = LayoutInfo::Cast(current->GetLayout().GetTaggedObject()); in VisitAndUpdateLayout() local
895 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in ConvertOrTransitionWithRep() local
1360 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxNum, MemSpaceType::SEMI_SPACE, GrowMode… in CreateRootHClassFromPGO() local
1391 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxPropsNum, MemSpaceType::SEMI_SPACE, Gro… in CreateRootHClassWithCached() local
1464 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in DumpRootHClassByPGO() local
1510 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in UpdateRootLayoutDescByPGO() local
1527 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in DumpToString() local
[all …]
Djs_hclass-inl.h348 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in FindPropertyEntry() local
Djs_object-inl.h276 auto layout = LayoutInfo::Cast(GetJSHClass()->GetLayout().GetTaggedObject()); in SetPropertyInlinedPropsWithRep() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_full_gc-inl.h69 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitObjectRangeImpl() local
Dshared_gc_visitor-inl.h77 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitObjectRangeImpl() local
Dshared_gc_evacuator.cpp170 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp174 auto layout = targetMachine_->createDataLayout(); in InitializeModule() local
Dllvm_aot_compiler.cpp131 ark::CFrameLayout layout {arch, SPILLS}; in GetFrameSlotSize() local
455 auto layout = targetMachine->createDataLayout(); in CreateModule() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dwalker.py103 async def layout(self, skip_scopes: Sequence[str] = ("global")) -> RenderableType: member in BreakpointWalker
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmetadata_parse.cpp50 auto layout = layout_.find(name); in GetObjectLayout() local
243 auto layout = std::make_shared<Layout>(); in ParseTypeLayout() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp94 HClassLayoutDesc *layout; in GetOrInsertHClassLayoutDesc() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_serializer.cpp340 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in SerializeInObjField() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp212 GateRef layout = GetLayoutFromHClass(cls); in LayoutInfoAssignAllEnumProperty() local
836 GateRef layout = GetLayoutFromHClass(hclass); in GetAllEnumKeys() local
1613 GateRef layout = GetLayoutFromHClass(hclass); in GetAllPropertyKeys() local
1802 GateRef layout = GetLayoutFromHClass(cls); in GetEnumPropertyEntries() local
1948 GateRef layout = GetLayoutFromHClass(cls); in TestIntegrityLevel() local
2051 GateRef layout = GetLayoutFromHClass(hclass); in GetOwnPropertyDescriptors() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp173 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in CheckAOTPropertiesForRep() local

12