| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 101 uintptr_t BaseDeserializer::DeserializeTaggedObject(SerializedObjectSpace space) in DeserializeTaggedObject() 162 void BaseDeserializer::HandleNewObjectEncodeFlag(SerializedObjectSpace space, uintptr_t objAddr, s… in HandleNewObjectEncodeFlag() 257 SerializedObjectSpace space = SerializeData::DecodeSpace(encodeFlag); in ReadSingleEncodeData() local 381 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr() 590 void BaseDeserializer::AllocateMultiRegion(SparseSpace *space, size_t spaceObjSize, size_t ®ionI… in AllocateMultiRegion() 613 void BaseDeserializer::AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, siz… in AllocateMultiSharedRegion() 642 OldSpace *space = heap_->GetOldSpace(); in AllocateToOldSpace() local 659 SparseSpace *space = heap_->GetNonMovableSpace(); in AllocateToNonMovableSpace() local 676 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace() local 693 SharedSparseSpace *space = sheap_->GetOldSpace(); in AllocateToSharedOldSpace() local [all …]
|
| D | base_serializer-inl.h | 62 SerializedObjectSpace space = GetSerializedObjectSpace(object); in SerializeTaggedObject() local
|
| D | serialize_data.h | 115 static uint8_t EncodeNewObject(SerializedObjectSpace space) in EncodeNewObject() 352 void CalculateSerializedObjectSize(SerializedObjectSpace space, size_t objectSize) in CalculateSerializedObjectSize()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_sweeper.cpp | 86 auto space = heap_->GetSpaceWithType(type); in AsyncSweepSpace() local 151 SparseSpace *space = heap_->GetSpaceWithType(type); in WaitingTaskFinish() local 158 SparseSpace *space = heap_->GetSpaceWithType(static_cast<MemSpaceType>(i)); in TryFillSweptRegion() local
|
| D | tlab_allocator-inl.h | 47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() 155 uintptr_t SharedTlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate()
|
| D | heap_region_allocator.cpp | 29 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread,… in AllocateAlignedRegion()
|
| D | heap-inl.h | 39 #define CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, space, message) … argument 52 #define CHECK_SOBJ_AND_THROW_OOM_ERROR(thread, object, size, space, message) … argument 61 #define CHECK_MACHINE_CODE_OBJ_AND_SET_OOM_ERROR_FORT(object, size, space, desc, message) … argument 70 #define CHECK_MACHINE_CODE_OBJ_AND_SET_OOM_ERROR(object, size, space, message) … argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_concurrent_sweeper.cpp | 67 auto space = sHeap_->GetSpaceWithType(type); in AsyncSweepSpace() local 132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish() local
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | memdump.py | 83 def __init__(self, space, strfilter): argument 87 def filter(self, space, stacktrace): argument
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 83 def __init__(self, space, strfilter): argument 87 def filter(self, space, stacktrace): argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 191 ArenaString space(" ", adapter); in DumpTypedFieldOpcode() local 199 ArenaString space(" ", allocator->Adapter()); in DumpTypedOpcode() local 208 ArenaString space(" ", allocator->Adapter()); in DumpTypedOpcode() local 374 ArenaString space(" ", adapter); in DumpOpcode() local 387 ArenaString space(" ", adapter); in DumpOpcodeAnyTypeMixin() local 428 ArenaString space(" ", adapter); in DumpOpcode() local 440 ArenaString space(" ", adapter); in DumpOpcode() local 514 ArenaString space(" ", adapter); in DumpOpcode() local 525 ArenaString space(" ", adapter); in DumpOpcode() local 536 ArenaString space(" ", adapter); in DumpOpcode() local [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 164 ArenaString space(" ", adapter); in DumpTypedFieldOpcode() local 172 ArenaString space(" ", allocator->Adapter()); in DumpTypedOpcode() local 296 ArenaString space(" ", adapter); in DumpOpcode() local 309 ArenaString space(" ", adapter); in DumpOpcodeAnyTypeMixin() local 334 ArenaString space(" ", adapter); in DumpOpcode() local 345 ArenaString space(" ", adapter); in DumpOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_shared_partial_test.cpp | 80 …Object> SharedPartialGCTest::CreateSharedObjectsInOneRegion(std::shared_ptr<SharedTestSpace> space, in CreateSharedObjectsInOneRegion() 108 std::shared_ptr<SharedTestSpace> space= std::make_shared<SharedTestSpace>(sHeap); in HWTEST_F_L0() local
|
| D | mem_map_allocator_test.cpp | 63 SemiSpace *space = heap->GetNewSpace(); in HWTEST_F_L0() local
|
| D | concurrent_marking_test.cpp | 135 SemiSpace *space = heap->GetNewSpace(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.h | 52 void TrackAlloc(void *addr, size_t size, [[maybe_unused]] SpaceType space) override in TrackAlloc() 144 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktrace_id) in AllocInfo()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | alloc_tracker.h | 49 void TrackAlloc(void *addr, size_t size, [[maybe_unused]] SpaceType space) override in TrackAlloc() 141 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktraceId) in AllocInfo()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | intrinsics-yaml.md | 52 ### space subsection
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1065 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile() 1094 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile() 1120 uint32_t SnapshotProcessor::StatisticsSpaceObjectSize(Space* space) in StatisticsSpaceObjectSize() 1134 uint32_t SnapshotProcessor::StatisticsHugeObjectSize(HugeObjectSpace* space) in StatisticsHugeObjectSize() 1161 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace() 1213 void SnapshotProcessor::DeserializeSpaceObject(uintptr_t beginAddr, Space* space, size_t spaceObjSi… in DeserializeSpaceObject() 1258 void SnapshotProcessor::DeserializeHugeSpaceObject(uintptr_t beginAddr, HugeObjectSpace* space, siz… in DeserializeHugeSpaceObject() 1521 void SnapshotProcessor::RelocateSpaceObject(const JSPandaFile *jsPandaFile, Space* space, SnapshotT… in RelocateSpaceObject()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_space.cpp | 290 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType,… in NewRegion() 330 Region *RegionPool::NewRegion(void *region, RegionSpace *space, size_t regionSize, RegionFlag edenO… in NewRegion()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 175 SpaceType space = GetRandSpaceType(); variable
|
| D | alloc_tracker_test.cpp | 32 uint32_t space = 0; member
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 182 SpaceType space = GetRandSpaceType(); in TEST_F() local
|
| D | alloc_tracker_test.cpp | 32 uint32_t space = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 72 JSHandle<EcmaString> space = factory->NewFromASCII(": "); in ErrorCommonToString() local
|