/arkcompiler/ets_runtime/ecmascript/mem/ |
D | concurrent_sweeper.cpp | 74 auto space = heap_->GetSpaceWithType(type); in AsyncSweepSpace() local 135 SparseSpace *space = heap_->GetSpaceWithType(type); in WaitingTaskFinish() local 142 SparseSpace *space = heap_->GetSpaceWithType(static_cast<MemSpaceType>(i)); in TryFillSweptRegion() local
|
D | heap_region_allocator.cpp | 27 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread) in AllocateAlignedRegion()
|
D | tlab_allocator-inl.h | 46 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate()
|
D | space.cpp | 46 void Space::SwapAllocationCounter(Space *space) in SwapAllocationCounter()
|
D | region.h | 70 static inline std::string ToSpaceTypeName(uint8_t space) in ToSpaceTypeName() 296 uint8_t space = packedData_.flags_.spaceFlag_; in InHeapSpace() local
|
D | heap-inl.h | 35 #define CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, space, message) … 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/compiler/optimizer/ir/ |
D | dump.cpp | 171 ArenaString space(" ", adapter); in DumpTypedFieldOpcode() local 179 ArenaString space(" ", allocator->Adapter()); in DumpTypedOpcode() local 303 ArenaString space(" ", adapter); in DumpOpcode() local 316 ArenaString space(" ", adapter); in DumpOpcodeAnyTypeMixin() local 341 ArenaString space(" ", adapter); in DumpOpcode() local 352 ArenaString space(" ", adapter); in DumpOpcode() 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()
|
D | alloc_tracker.cpp | 79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1066 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile() 1101 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile() 1127 uint32_t SnapshotProcessor::StatisticsSpaceObjectSize(Space* space) in StatisticsSpaceObjectSize() 1148 uint32_t SnapshotProcessor::StatisticsHugeObjectSize(HugeObjectSpace* space) in StatisticsHugeObjectSize() 1178 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace() 1230 void SnapshotProcessor::DeserializeSpaceObject(uintptr_t beginAddr, Space* space, size_t spaceObjSi… in DeserializeSpaceObject() 1282 void SnapshotProcessor::DeserializeHugeSpaceObject(uintptr_t beginAddr, HugeObjectSpace* space, siz… in DeserializeHugeSpaceObject() 1525 void SnapshotProcessor::RelocateSpaceObject(const JSPandaFile *jsPandaFile, Space* space, SnapshotT… in RelocateSpaceObject()
|
/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/ets_runtime/ecmascript/base/ |
D | error_helper.cpp | 82 JSHandle<EcmaString> space = factory->NewFromASCII(": "); in ErrorCommonToString() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 104 auto space = heap->GetNewSpace(); in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 10562 space: 32, property
|