Home
last modified time | relevance | path

Searched refs:SetObjectSize (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Drem_set_test.cpp94 cls->SetObjectSize(allocator.GetMaxRegularObjectSize()); in TEST_F()
128 cls->SetObjectSize(allocator.GetMaxRegularObjectSize()); in TEST_F()
160 cls->SetObjectSize(allocator.GetMaxRegularObjectSize()); in TEST_F()
Dclass_linker_test_extension.cpp35 objClass->SetObjectSize(ObjectHeader::ObjectHeaderSize()); in InitializeImpl()
Dregion_allocator_test.cpp64 testClass_->SetObjectSize(OBJECT_SIZE); in RegionAllocatorTestBase()
858 testClass->SetObjectSize(currentAllocSize); in TEST_F()
889 testClass->SetObjectSize(objectSize); in TEST_F()
911 testClass->SetObjectSize(objectSize); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h223 void SetObjectSize(uint32_t objSize) in SetObjectSize() function
466 void SetObjectSize(uint32_t size) in SetObjectSize() function
610 root->SetObjectSize(rootLayoutDesc->GetObjectSize()); in Merge()
634 rootLayoutDesc->SetObjectSize(root->GetObjectSize()); in Convert()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h65 void SetObjectSize(uint32_t size) in SetObjectSize() function
324 void SetObjectSize(uint32_t size) in SetObjectSize() function
327 BaseClass::SetObjectSize(size); in SetObjectSize()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.cpp75 objClass->SetObjectSize(ObjectHeader::ObjectHeaderSize()); in InitializeImpl()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp137 SetObjectSize(size + inlinedProps * JSTaggedValue::TaggedTypeSize()); in Initialize()
141 SetObjectSize(size); in Initialize()
Djs_hclass.h1716 inline void SetObjectSize(uint32_t num) in SetObjectSize() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp878 hclass->SetObjectSize(hclass->GetObjectSize() - duplicatedSize); in AddFieldTypeToHClass()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp700 klass->SetObjectSize(size); in LayoutFields()