| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer-inl.h | 53 size_t objectSize = hclass->SizeFromJSHClass(object); in SerializeTaggedObject() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | tlab.cpp | 80 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 D | mem_stats.cpp | 79 void MemStats<T>::RecordFreeObject(size_t objectSize, SpaceType typeMem) in RecordFreeObject() argument
|
| H A D | region_space-inl.h | 108 size_t objectSize = GetObjectSize(objectHeader); in IterateOverObjects() local 121 size_t objectSize = GetObjectSize(objectHeader); in IterateOverObjects() local
|
| H A D | bump-allocator-inl.h | 167 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 D | region_allocator-inl.h | 655 void *RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::NewRegionAndRetryAlloc(size_t objectSize, in NewRegionAndRetryAlloc() argument
|
| H A D | region_space.h | 293 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 D | g1-evacuate-regions-worker-state-inl.h | 64 auto objectSize = GetObjectSize(obj); in Evacuate() local
|
| H A D | g1-gc.cpp | 50 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 D | mem_stats_gc_test.cpp | 83 void MemStatsGCTest::MemStatsTest(uint64_t tries, size_t objectSize) in MemStatsTest() argument
|
| H A D | region_allocator_test.cpp | 894 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 D | g1gc_test.cpp | 1782 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 D | space.cpp | 129 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 D | heap.h | 1081 inline void RecordOrResetObjectSize(size_t objectSize) in RecordOrResetObjectSize() argument
|
| H A D | heap.cpp | 2460 size_t objectSize = 0; in GetLiveObjectSize() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_hclass_test.cpp | 60 size_t objectSize; in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot.cpp | 236 size_t objectSize = AlignUp(EcmaStringAccessor(str).ObjectSize(), in WriteToFile() local
|
| H A D | snapshot_processor.cpp | 1162 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 D | shared_space.cpp | 589 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 D | heap_profiler.cpp | 434 uint64_t objectSize = 0; in GetHeapCntAndSize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_bytecode_lowering.cpp | 2302 size_t objectSize = objectHC->GetObjectSize(); in LowerCreateEmptyObject() local
|
| H A D | typed_hcr_lowering.cpp | 3328 GateRef objectSize = builder_.GetObjectSizeFromHClass(hclass); in LowerTypedCreateObjWithBuffer() local
|
| H A D | typed_native_inline_lowering.cpp | 1149 size_t objectSize = numberHClassCT->GetObjectSize(); in AllocateNewNumber() local
|