| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map_singleton.cpp | 71 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()
|
| D | crossing_map.cpp | 67 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/runtime_core/static_core/runtime/mem/ |
| D | alloc_config.h | 62 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()
|
| D | humongous_obj_allocator.h | 139 static constexpr size_t GetMinPoolSize(size_t objSize) in GetMinPoolSize()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | layout_visitor.h | 31 auto objSize = hclass->GetObjectSize(); in IterateBody() local
|
| D | linear_space.h | 32 void DecreaseSurvivalObjectSize(size_t objSize) in DecreaseSurvivalObjectSize()
|
| D | linear_space.cpp | 133 size_t objSize; in IterateOverObjects() local
|
| D | parallel_evacuator.cpp | 381 size_t objSize = 0; in UpdateNewRegionReference() local
|
| D | sparse_space.cpp | 288 size_t objSize; in IterateOverObjects() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.h | 158 static inline uint64_t EncodeHugeObjectSize(uint64_t objSize) in EncodeHugeObjectSize()
|
| D | snapshot.cpp | 212 for (uint32_t objSize : objSizeVector) { in WriteToFile() local
|
| D | snapshot_processor.cpp | 1111 size_t objSize = hugeRegionHeadSize; in WriteHugeObjectToFile() local 1134 size_t objSize = 0U; in StatisticsSpaceObjectSize() local 1154 size_t objSize = 0U; in StatisticsHugeObjectSize() local 1301 size_t objSize = SnapshotHelper::GetHugeObjectSize(snapshotData); in DeserializeHugeSpaceObject() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 98 size_t objSize = data_->ReadUint32(); in DeserializeTaggedObject() local 407 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | object_header.cpp | 173 std::size_t objSize = src->ObjectSize(); in ShallowCopy() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.h | 204 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc() 223 void SetObjectSize(uint32_t objSize) in SetObjectSize()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | crossing_map_test.cpp | 113 void *GetLastObjectByte(void *objAddr, size_t objSize) in GetLastObjectByte()
|
| D | g1gc_fullgc_test.cpp | 163 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocations() local
|
| D | mem_stats_gen_gc_test.cpp | 224 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocationsWithRepeats() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 304 uint16_t objSize; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 550 uint64_t objSize = GetTypeSize(classType.GetTypeIndex()); in GenObjSize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 1561 uint32 objSize = 0; in EmitIntConst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 3025 GateRef objSize = acc_.GetValueIn(gate, 1); // 1: objSize in LowerTypedCreateObjWithBuffer() local
|