Home
last modified time | relevance | path

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

/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/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/ets_runtime/ecmascript/mem/
Dlayout_visitor.h31 auto objSize = hclass->GetObjectSize(); in IterateBody() local
Dlinear_space.h32 void DecreaseSurvivalObjectSize(size_t objSize) in DecreaseSurvivalObjectSize()
Dlinear_space.cpp133 size_t objSize; in IterateOverObjects() local
Dparallel_evacuator.cpp381 size_t objSize = 0; in UpdateNewRegionReference() local
Dsparse_space.cpp288 size_t objSize; in IterateOverObjects() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h158 static inline uint64_t EncodeHugeObjectSize(uint64_t objSize) in EncodeHugeObjectSize()
Dsnapshot.cpp212 for (uint32_t objSize : objSizeVector) { in WriteToFile() local
Dsnapshot_processor.cpp1111 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/
Dbase_deserializer.cpp98 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/
Dobject_header.cpp173 std::size_t objSize = src->ObjectSize(); in ShallowCopy() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h204 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/
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.cpp224 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocationsWithRepeats() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h304 uint16_t objSize; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp550 uint64_t objSize = GetTypeSize(classType.GetTypeIndex()); in GenObjSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1561 uint32 objSize = 0; in EmitIntConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3025 GateRef objSize = acc_.GetValueIn(gate, 1); // 1: objSize in LowerTypedCreateObjWithBuffer() local