Home
last modified time | relevance | path

Searched defs:objSize (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map_singleton.cpp71 void CrossingMapSingleton::AddObject(void *objAddr, size_t objSize) in AddObject()
77 void CrossingMapSingleton::RemoveObject(void *objAddr, size_t objSize, void *nextObjAddr, void *pre… in RemoveObject()
Dcrossing_map.cpp67 void CrossingMap::AddObject(const void *objAddr, size_t objSize) in AddObject()
145 void CrossingMap::RemoveObject(const void *objAddr, size_t objSize, const void *nextObjAddr, const … in RemoveObject()
/arkcompiler/ets_runtime/ecmascript/mem/
Dlayout_visitor.h32 auto objSize = hclass->GetObjectSize(); in IterateBody() local
Dsparse_space.cpp291 size_t objSize; in IterateOverObjects() local
823 size_t objSize = 0; in CheckMachineCodeObject() local
852 size_t objSize = CheckMachineCodeObject(curPtr, machineCode, pc); in GetMachineCodeObject() local
Dlinear_space.cpp143 size_t objSize; in IterateOverObjects() local
Dgc_stats.cpp569 size_t objSize = GetRecordData(RecordData::START_YOUNG_OBJ_SIZE); in RecordGCSpeed() local
Dparallel_evacuator.cpp410 size_t objSize = 0; in UpdateNewRegionReference() local
Dheap.h1406 void SetRecordHeapObjectSizeBeforeSensitive(size_t objSize) in SetRecordHeapObjectSizeBeforeSensitive()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dalloc_config.h62 static void AddToCrossingMap(void *objAddr, size_t objSize) in AddToCrossingMap()
155 static void AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) {} in AddToCrossingMap()
208 static void AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) {} in AddToCrossingMap()
253 static void AddToCrossingMap(void *objAddr, size_t objSize) in AddToCrossingMap()
327 …NE static void AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) {} in AddToCrossingMap()
Dhumongous_obj_allocator.h139 static constexpr size_t GetMinPoolSize(size_t objSize) in GetMinPoolSize()
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp166 static ObjectHeader *AllocateObjectAndGetDst(ObjectHeader *src, Class *objectClass, size_t objSize, in AllocateObjectAndGetDst()
185 std::size_t objSize = src->ObjectSize(); in ShallowCopy() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h198 static inline uint64_t EncodeHugeObjectSize(uint64_t objSize) in EncodeHugeObjectSize()
Dsnapshot_processor.cpp1099 size_t objSize = SnapshotHelper::GetHugeObjectSize(region->GetSnapshotData()); in WriteHugeObjectToFile() local
1123 size_t objSize = 0U; in StatisticsSpaceObjectSize() local
1136 size_t objSize = 0U; in StatisticsHugeObjectSize() local
1266 size_t objSize = info->aliveObjectSize_; in DeserializeHugeSpaceObject() local
Dsnapshot.cpp260 for (uint32_t objSize : objSizeVector) { in WriteToFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.h85 uint32_t objSize; member
97 uint32_t objSize; member
Dheap_profiler.cpp735 uint64_t objSize = obj->GetClass()->SizeFromJSHClass(obj); in GetNotFoundObj() local
763 uint64_t objSize = obj->GetClass()->SizeFromJSHClass(obj); in CopyObjectMem2Buf() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h28 uint32_t objSize; member
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp103 size_t objSize = data_->ReadUint32(position_); in DeserializeTaggedObject() local
381 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h201 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc()
225 void SetObjectSize(uint32_t objSize) in SetObjectSize()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcrossing_map_test.cpp113 void *GetLastObjectByte(void *objAddr, size_t objSize) in GetLastObjectByte()
Dg1gc_fullgc_test.cpp163 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocations() local
Dmem_stats_gen_gc_test.cpp250 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocationsWithRepeats() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp343 size_t objSize; in IterateOverObjects() local
642 size_t objSize; in IterateOverObjects() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h303 uint16_t objSize; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1463 uint32 objSize = 0; in EmitAsmLabel() local

12