Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md253 ### Header
280 ### RegionHeader
305 ### RegionIndex
316 ### ForeignField
333 ### Field
351 ### FieldTag
367 ### FieldType
392 ### ForeignMethod
409 ### Method
425 ### MethodTag
[all …]
/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/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.h38 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
Ddynamic_object_operator.h48 LayoutInfo *layout; in VisitBodyInObj() local
Dverification.h194 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread_).GetTaggedObject()); in VisitObjectRangeImpl() local
Dyoung_gc_visitor-inl.h84 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
Dold_gc_visitor-inl.h87 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
Dparallel_evacuator-inl.h269 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
Dfull_gc-inl.h66 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitBodyInObj() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp216 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode:… in CreatePrototypeHClass() local
266 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode:… in CreateConstructorHClass() local
325 JSHandle<LayoutInfo> layout(thread, constructorHClass->GetLayout(thread)); in CorrectConstructorHClass() local
358 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(length + extraLength); in CreateSendableHClass() local
777 auto layout = JSHandle<LayoutInfo>(thread, constructorHClass->GetLayout(thread)); in DefineSendableClassFromExtractor() local
992 uint32_t length, const JSHandle<LayoutInfo> &layout, in AddFieldTypeToHClass()
1085 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(fieldNum); in DefineSendableInstanceHClass() local
1108 …JSHandle<LayoutInfo> layout = factory->CopyAndReSortSLayoutInfo(baseLayout, baseLength, newLength); in DefineSendableInstanceHClass() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp206 uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) in Initialize()
424 JSTaggedValue layout = newJsHClass->GetLayout(thread); in TransitionProto() local
618 JSTaggedValue layout = newProtoClass->GetLayout(thread); in OptimizePrototypeForIC() local
856 auto layout = LayoutInfo::Cast(current->GetLayout(thread).GetTaggedObject()); in VisitAndUpdateLayout() local
938 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in ConvertOrTransitionWithRep() local
1441 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxNum, MemSpaceType::SEMI_SPACE, GrowMode… in CreateRootHClassFromPGO() local
1472 …JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(literalLength, MemSpaceType::SEMI_SPACE, G… in CreateRootHClassWithCached() local
1544 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in DumpRootHClassByPGO() local
1590 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in UpdateRootLayoutDescByPGO() local
1607 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in DumpToString() local
[all …]
Djs_hclass-inl.h333 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in FindPropertyEntry() local
Djs_object-inl.h276 auto layout = LayoutInfo::Cast(GetJSHClass()->GetLayout(thread).GetTaggedObject()); in SetPropertyInlinedPropsWithRep() 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/ets_runtime/ecmascript/mem/shared_heap/
Dshared_full_gc-inl.h72 …LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(THREAD_ARG_PLACEHOLDER).GetTaggedOb… in VisitObjectRangeImpl() local
Dshared_gc_visitor-inl.h79 …LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(THREAD_ARG_PLACEHOLDER).GetTaggedOb… in VisitObjectRangeImpl() local
Dshared_gc_evacuator.cpp173 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
/arkcompiler/ets_runtime/ecmascript/cross_vm/unified_gc/
Dunified_gc_marker-inl.h87 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() 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/pgo_profiler/
Dpgo_profiler_layout.cpp96 HClassLayoutDesc *layout; in GetOrInsertHClassLayoutDesc() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_serializer.cpp381 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread_).GetTaggedObject()); in SerializeInObjField() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp211 GateRef layout = GetLayoutFromHClass(glue_, cls); in LayoutInfoAssignAllEnumProperty() local
821 GateRef layout = GetLayoutFromHClass(glue, hclass); in GetAllEnumKeys() local
1599 GateRef layout = GetLayoutFromHClass(glue, hclass); in GetAllPropertyKeys() local
1788 GateRef layout = GetLayoutFromHClass(glue, cls); in GetEnumPropertyEntries() local
1934 GateRef layout = GetLayoutFromHClass(glue, cls); in TestIntegrityLevel() local
2037 GateRef layout = GetLayoutFromHClass(glue_, hclass); in GetOwnPropertyDescriptors() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp174 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in CheckAOTPropertiesForRep() local

12