| /arkcompiler/runtime_core/static_core/docs/ |
| D | file_format.md | 253 ### Header 280 ### RegionHeader 305 ### RegionIndex 316 ### ForeignField 333 ### Field 351 ### FieldTag 367 ### FieldType 392 ### ForeignMethod 409 ### Method 425 ### MethodTag [all …]
|
| /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/builtins/ |
| D | shared_builtins.cpp | 428 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/ |
| D | parallel_evacuator_visitor-inl.h | 38 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
|
| D | dynamic_object_operator.h | 48 LayoutInfo *layout; in VisitBodyInObj() local
|
| D | verification.h | 194 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread_).GetTaggedObject()); in VisitObjectRangeImpl() local
|
| D | young_gc_visitor-inl.h | 84 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
|
| D | old_gc_visitor-inl.h | 87 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
|
| D | parallel_evacuator-inl.h | 269 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
|
| D | full_gc-inl.h | 66 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitBodyInObj() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 216 …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/ |
| D | js_hclass.cpp | 206 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 …]
|
| D | js_hclass-inl.h | 333 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in FindPropertyEntry() local
|
| D | js_object-inl.h | 276 auto layout = LayoutInfo::Cast(GetJSHClass()->GetLayout(thread).GetTaggedObject()); in SetPropertyInlinedPropsWithRep() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_irtoc_compiler.cpp | 174 auto layout = targetMachine_->createDataLayout(); in InitializeModule() local
|
| D | llvm_aot_compiler.cpp | 131 ark::CFrameLayout layout {arch, SPILLS}; in GetFrameSlotSize() local 455 auto layout = targetMachine->createDataLayout(); in CreateModule() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_full_gc-inl.h | 72 …LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(THREAD_ARG_PLACEHOLDER).GetTaggedOb… in VisitObjectRangeImpl() local
|
| D | shared_gc_visitor-inl.h | 79 …LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(THREAD_ARG_PLACEHOLDER).GetTaggedOb… in VisitObjectRangeImpl() local
|
| D | shared_gc_evacuator.cpp | 173 LayoutInfo *layout = LayoutInfo::UncheckCast(dst); in VisitObjectRangeImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/cross_vm/unified_gc/ |
| D | unified_gc_marker-inl.h | 87 LayoutInfo *layout = LayoutInfo::UncheckCast(hclass->GetLayout(thread).GetTaggedObject()); in VisitObjectRangeImpl() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | walker.py | 103 async def layout(self, skip_scopes: Sequence[str] = ("global")) -> RenderableType: member in BreakpointWalker
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 96 HClassLayoutDesc *layout; in GetOrInsertHClassLayoutDesc() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_serializer.cpp | 381 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread_).GetTaggedObject()); in SerializeInObjField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 211 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/ |
| D | snapshot_constantpool_data.cpp | 174 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in CheckAOTPropertiesForRep() local
|