| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.h | 30 explicit CopyTable(RegionSpace& space) : theSpace(space) {} in CopyTable() 107 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in AddRawPointerObject() local 113 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in RemoveRawPointerObject() local 165 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in CollectLargeGarbage() local 174 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in CollectPinnedGarbage() local
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | verification.cpp | 333 explicit VerifyIterator(RegionSpace& space) : space_(space) {} in VerifyIterator() 423 void WVerify::VerifyAfterMarkInternal(RegionSpace& space) in VerifyAfterMarkInternal() 446 RegionSpace& space = reinterpret_cast<RegionSpace&>(collector.GetAllocator()); in VerifyAfterMark() local 456 void WVerify::VerifyAfterForwardInternal(RegionSpace& space) in VerifyAfterForwardInternal() 473 RegionSpace& space = reinterpret_cast<RegionSpace&>(collector.GetAllocator()); in VerifyAfterForward() local 483 void WVerify::VerifyAfterFixInternal(RegionSpace& space) in VerifyAfterFixInternal() 502 RegionSpace& space = reinterpret_cast<RegionSpace&>(collector.GetAllocator()); in VerifyAfterFix() local 512 void WVerify::EnableReadBarrierDFXInternal(RegionSpace& space) in EnableReadBarrierDFXInternal() 529 RegionSpace& space = reinterpret_cast<RegionSpace&>(collector.GetAllocator()); in EnableReadBarrierDFX() local 539 void WVerify::DisableReadBarrierDFXInternal(RegionSpace& space) in DisableReadBarrierDFXInternal() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 99 uintptr_t BaseDeserializer::DeserializeTaggedObject(SerializedObjectSpace space) in DeserializeTaggedObject() 157 void BaseDeserializer::HandleNewObjectEncodeFlag(SerializedObjectSpace space, uintptr_t objAddr, s… in HandleNewObjectEncodeFlag() 276 SerializedObjectSpace space = SerializeData::DecodeSpace(encodeFlag); in ReadSingleEncodeData() local 443 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr() 768 void BaseDeserializer::AllocateMultiRegion(SparseSpace *space, size_t spaceObjSize, size_t ®ionI… in AllocateMultiRegion() 794 void BaseDeserializer::AllocateMultiNonmovableRegion(SparseSpace *space, size_t spaceObjSize, size_… in AllocateMultiNonmovableRegion() 818 void BaseDeserializer::AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, siz… in AllocateMultiSharedRegion() 849 OldSpace *space = heap_->GetOldSpace(); in AllocateToOldSpace() local 866 SparseSpace *space = heap_->GetNonMovableSpace(); in AllocateToNonMovableSpace() local 879 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace() local [all …]
|
| D | module_deserializer.cpp | 20 uintptr_t ModuleDeserializer::DeserializeTaggedObject(SerializedObjectSpace space) in DeserializeTaggedObject()
|
| D | base_serializer-inl.h | 76 SerializedObjectSpace space = GetSerializedObjectSpace(object); in SerializeTaggedObject() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_sweeper.cpp | 88 auto space = heap_->GetSpaceWithType(type); in AsyncSweepSpace() local 153 SparseSpace *space = heap_->GetSpaceWithType(type); in WaitingTaskFinish() local 160 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()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_concurrent_sweeper.cpp | 70 auto space = sHeap_->GetSpaceWithType(type); in AsyncSweepSpace() local 135 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/test/moduletest/jsonstringifier_optimized/ |
| D | jsonstringifier_optimized.js | 29 let space = "中文-En9+"; variable
|
| /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
|
| /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/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/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | FixUtils.ts | 134 const space = ' '; constant
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | intrinsics-yaml.md | 52 ### space subsection
|
| /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/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1091 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile() 1120 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile() 1152 size_t SnapshotProcessor::StatisticsSpaceObjectSize(Space* space) in StatisticsSpaceObjectSize() 1165 size_t SnapshotProcessor::StatisticsHugeObjectSize(HugeObjectSpace* space) in StatisticsHugeObjectSize() 1192 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace() 1300 void SnapshotProcessor::DeserializeSpaceObject(uintptr_t beginAddr, Space* space, size_t spaceObjSi… in DeserializeSpaceObject() 1345 void SnapshotProcessor::DeserializeHugeSpaceObject(uintptr_t beginAddr, HugeObjectSpace* space, siz… in DeserializeHugeSpaceObject() 1686 void SnapshotProcessor::RelocateSpaceObject(Space* space, SnapshotType type, MethodLiteral* methods, in RelocateSpaceObject()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.cpp | 421 RegionSpace &space = reinterpret_cast<RegionSpace &>(Heap::GetHeap().GetAllocator()); in MarkingRoots() local 630 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in UpdateGCStats() local 808 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in CopyFromSpace() local 819 RegionSpace& space = reinterpret_cast<RegionSpace&>(theAllocator_); in ExemptFromSpace() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | CustomBuilderCheck.ts | 229 const space = ' '; constant
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 175 SpaceType space = GetRandSpaceType(); variable
|