| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | layout_visitor.h | 31 auto objSize = hclass->GetObjectSize(); in IterateBody() local
|
| H A D | gc_stats.cpp | 548 size_t objSize = in RecordGCSpeed() local
|
| H A D | parallel_evacuator.cpp | 513 size_t objSize = 0; in UpdateNewRegionReference() local
|
| H A D | sparse_space.cpp | 718 size_t objSize = 0; in CheckMachineCodeObject() local [all...] |
| H A D | heap.h | 1331 void SetRecordHeapObjectSizeBeforeSensitive(size_t objSize) in SetRecordHeapObjectSizeBeforeSensitive() argument
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot_processor.h | 175 static inline uint64_t EncodeHugeObjectSize(uint64_t objSize) in EncodeHugeObjectSize() argument
|
| H A D | snapshot_processor.cpp | 1124 size_t objSize = 0U; in StatisticsSpaceObjectSize() local 1137 size_t objSize = 0U; in StatisticsHugeObjectSize() local 1267 size_t objSize = info->aliveObjectSize_; DeserializeHugeSpaceObject() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | alloc_config.h | 62 static void AddToCrossingMap(void *objAddr, size_t objSize) in AddToCrossingMap() argument 76 static void RemoveFromCrossingMap(void *objAddr, size_t objSize, void *nextObjAddr, void *prevObjAddr = nullptr, in RemoveFromCrossingMap() argument 155 static void AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) {} in AddToCrossingMap() argument 158 static void RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, in RemoveFromCrossingMap() argument 208 static void AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) {} in AddToCrossingMap() argument 211 static void RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, in RemoveFromCrossingMap() argument 253 static void AddToCrossingMap(void *objAddr, size_t objSize) in AddToCrossingMap() argument 267 RemoveFromCrossingMap(void *objAddr, size_t objSize, void *nextObjAddr, void *prevObjAddr = nullptr, size_t prevObjSize = 0) RemoveFromCrossingMap() argument 327 AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) AddToCrossingMap() argument 328 RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, [[maybe_unused]] void *nextObjAddr = nullptr, [[maybe_unused]] void *prevObjAddr = nullptr, [[maybe_unused]] size_t prevObjSize = 0) RemoveFromCrossingMap() argument [all...] |
| H A D | humongous_obj_allocator.h | 139 static constexpr size_t GetMinPoolSize(size_t objSize) in GetMinPoolSize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| H A D | crossing_map_singleton.cpp | 71 void CrossingMapSingleton::AddObject(void *objAddr, size_t objSize) in AddObject() argument 77 void CrossingMapSingleton::RemoveObject(void *objAddr, size_t objSize, void *nextObjAddr, void *prevObjAddr, in RemoveObject() argument
|
| H A D | crossing_map.cpp | 67 void CrossingMap::AddObject(const void *objAddr, size_t objSize) in AddObject() argument 70 << objSize; in AddObject() local 145 void CrossingMap::RemoveObject(const void *objAddr, size_t objSize, const void *nextObjAddr, const void *prevObjAddr, in RemoveObject() argument 149 << objSize; in RemoveObject() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | crossing_map_test.cpp | 113 void *GetLastObjectByte(void *objAddr, size_t objSize) in GetLastObjectByte() argument
|
| H A D | g1gc_fullgc_test.cpp | 163 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocations() local
|
| H A D | mem_stats_gen_gc_test.cpp | 250 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocationsWithRepeats() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | object_header.cpp | 166 static ObjectHeader *AllocateObjectAndGetDst(ObjectHeader *src, Class *objectClass, size_t objSize, in AllocateObjectAndGetDst() argument 185 std::size_t objSize = src->ObjectSize(); in ShallowCopy() local 202 Span<uint8_t> srcSp(reinterpret_cast<uint8_t *>(srcHandle.GetPtr()), objSize); in ShallowCopy() local 203 Span<uint8_t> dstSp(reinterpret_cast<uint8_t *>(dst), objSize); in ShallowCopy() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_profiler.h | 81 uint64_t objSize; member
|
| H A D | heap_profiler.cpp | 570 uint64_t objSize = obj->GetClass()->SizeFromJSHClass(obj); in CopyObjectMem() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_deserializer.cpp | 103 size_t objSize = data_->ReadUint32(position_); in DeserializeTaggedObject() local 379 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_layout.h | 189 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc() argument 208 void SetObjectSize(uint32_t objSize) in SetObjectSize() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | metadata_layout.h | 303 uint16_t objSize; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | emit.cpp | 1464 uint32 objSize = 0; in EmitAsmLabel() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_hcr_lowering.cpp | 3319 GateRef objSize = acc_.GetValueIn(gate, 0); // 0: objSize in LowerTypedCreateObjWithBuffer() local
|