Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dlayout_visitor.h31 auto objSize = hclass->GetObjectSize(); in IterateBody() local
H A Dgc_stats.cpp548 size_t objSize = in RecordGCSpeed() local
H A Dparallel_evacuator.cpp513 size_t objSize = 0; in UpdateNewRegionReference() local
H A Dsparse_space.cpp718 size_t objSize = 0; in CheckMachineCodeObject() local
[all...]
H A Dheap.h1331 void SetRecordHeapObjectSizeBeforeSensitive(size_t objSize) in SetRecordHeapObjectSizeBeforeSensitive() argument
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.h175 static inline uint64_t EncodeHugeObjectSize(uint64_t objSize) in EncodeHugeObjectSize() argument
H A Dsnapshot_processor.cpp1124 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 Dalloc_config.h62 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 Dhumongous_obj_allocator.h139 static constexpr size_t GetMinPoolSize(size_t objSize) in GetMinPoolSize() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H A Dcrossing_map_singleton.cpp71 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 Dcrossing_map.cpp67 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 Dcrossing_map_test.cpp113 void *GetLastObjectByte(void *objAddr, size_t objSize) in GetLastObjectByte() argument
H A Dg1gc_fullgc_test.cpp163 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocations() local
H A Dmem_stats_gen_gc_test.cpp250 size_t objSize = sizeof(coretypes::String) + minSize; in MakeAllocationsWithRepeats() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dobject_header.cpp166 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 Dheap_profiler.h81 uint64_t objSize; member
H A Dheap_profiler.cpp570 uint64_t objSize = obj->GetClass()->SizeFromJSHClass(obj); in CopyObjectMem() local
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp103 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 Dpgo_profiler_layout.h189 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 Dmetadata_layout.h303 uint16_t objSize; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1464 uint32 objSize = 0; in EmitAsmLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp3319 GateRef objSize = acc_.GetValueIn(gate, 0); // 0: objSize in LowerTypedCreateObjWithBuffer() local

Completed in 30 milliseconds