Home
last modified time | relevance | path

Searched defs:objectSize (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_serializer-inl.h53 size_t objectSize = hclass->SizeFromJSHClass(object); in SerializeTaggedObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.cpp80 size_t objectSize = GetObjectSize(curPtr); in IterateOverObjects() local
98 size_t objectSize = GetObjectSize(static_cast<ObjectHeader *>(currentPtr)); in IterateOverObjectsInRange() local
103 size_t objectSize = GetObjectSize(currentPtr); in IterateOverObjectsInRange() local
H A Dmem_stats.cpp79 void MemStats<T>::RecordFreeObject(size_t objectSize, SpaceType typeMem) in RecordFreeObject() argument
H A Dregion_space-inl.h108 size_t objectSize = GetObjectSize(objectHeader); in IterateOverObjects() local
121 size_t objectSize = GetObjectSize(objectHeader); in IterateOverObjects() local
H A Dbump-allocator-inl.h167 size_t objectSize = GetObjectSize(curPtr); in IterateOverObjects() local
219 size_t objectSize = GetObjectSize(currentPtr); in IterateOverObjectsInRange() local
293 size_t objectSize = GetObjectSize(currentObj); in IsLive() local
H A Dregion_allocator-inl.h655 void *RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::NewRegionAndRetryAlloc(size_t objectSize, in NewRegionAndRetryAlloc() argument
H A Dregion_space.h293 constexpr static size_t RegionSize(size_t objectSize, size_t regionSize) in RegionSize() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-evacuate-regions-worker-state-inl.h64 auto objectSize = GetObjectSize(obj); in Evacuate() local
H A Dg1-gc.cpp50 size_t objectSize = GetAlignedObjectSize(object->ObjectSize<LanguageConfig::LANG_TYPE>(baseKlass)); in CalcLiveBytesMarkPreprocess() local
59 size_t objectSize = GetAlignedObjectSize(object->ObjectSize<LanguageConfig::LANG_TYPE>(baseKlass)); in CalcLiveBytesNotAtomicallyMarkPreprocess() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmem_stats_gc_test.cpp83 void MemStatsGCTest::MemStatsTest(uint64_t tries, size_t objectSize) in MemStatsTest() argument
H A Dregion_allocator_test.cpp894 size_t objectSize = DEFAULT_REGION_SIZE + 1; in TEST_F() local
916 size_t objectSize = DEFAULT_REGION_SIZE + 1; in TEST_F() local
H A Dg1gc_test.cpp1782 size_t objectSize = 1_KB; in TEST_F() local
1795 size_t objectSize = 128_KB; in TEST_F() local
1813 size_t objectSize = 128_KB; in TEST_F() local
1835 size_t objectSize = 32_KB; in TEST_F() local
1895 size_t objectSize = 1_KB; TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.cpp129 Region *HugeMachineCodeSpace::AllocateFort(size_t objectSize, JSThread *thread, void *pDesc) in AllocateFort() argument
169 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread, void *pDesc, in Allocate() argument
204 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() argument
210 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocType) in Allocate() argument
277 InvokeAllocationInspector(Address object, size_t objectSize) InvokeAllocationInspector() argument
[all...]
H A Dheap.h1081 inline void RecordOrResetObjectSize(size_t objectSize) in RecordOrResetObjectSize() argument
H A Dheap.cpp2460 size_t objectSize = 0; in GetLiveObjectSize() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp60 size_t objectSize; in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp236 size_t objectSize = AlignUp(EcmaStringAccessor(str).ObjectSize(), in WriteToFile() local
H A Dsnapshot_processor.cpp1162 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace() argument
1798 uintptr_t SnapshotProcessor::GetNewObj(size_t objectSize, TaggedObject *objectHeader) in GetNewObj() argument
1853 size_t objectSize = objectHeader->GetClass()->SizeFromJSHClass(objectHeader); EncodeTaggedObject() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp589 uintptr_t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType) in Allocate() argument
661 void SharedHugeObjectSpace::InvokeAllocationInspector(Address object, size_t objectSize) in InvokeAllocationInspector() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp434 uint64_t objectSize = 0; in GetHeapCntAndSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp2302 size_t objectSize = objectHC->GetObjectSize(); in LowerCreateEmptyObject() local
H A Dtyped_hcr_lowering.cpp3328 GateRef objectSize = builder_.GetObjectSizeFromHClass(hclass); in LowerTypedCreateObjWithBuffer() local
H A Dtyped_native_inline_lowering.cpp1149 size_t objectSize = numberHClassCT->GetObjectSize(); in AllocateNewNumber() local

Completed in 57 milliseconds