| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_sweeper.cpp | 68 auto space = heap_->GetSpaceWithType(type); in AsyncSweepSpace() local 129 SparseSpace *space = heap_->GetSpaceWithType(type); in WaitingTaskFinish() local 136 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 | region.h | 71 static inline std::string ToSpaceTypeName(uint8_t space) in ToSpaceTypeName() 297 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 | 186 ArenaString space(" ", adapter); in DumpTypedFieldOpcode() local 194 ArenaString space(" ", allocator->Adapter()); in DumpTypedOpcode() local 349 ArenaString space(" ", adapter); in DumpOpcode() local 362 ArenaString space(" ", adapter); in DumpOpcodeAnyTypeMixin() local 387 ArenaString space(" ", adapter); in DumpOpcode() local 407 ArenaString space(" ", adapter); in DumpOpcode() local 418 ArenaString space(" ", adapter); in DumpOpcode() local 429 ArenaString space(" ", adapter); in DumpOpcode() local 440 ArenaString space(" ", adapter); in DumpOpcode() local 472 ArenaString space(" ", adapter); in DumpOpcode() local [all …]
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.h | 51 void TrackAlloc(void *addr, size_t size, [[maybe_unused]] SpaceType space) override in TrackAlloc() 143 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 | 1046 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile() 1081 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile() 1107 uint32_t SnapshotProcessor::StatisticsSpaceObjectSize(Space* space) in StatisticsSpaceObjectSize() 1128 uint32_t SnapshotProcessor::StatisticsHugeObjectSize(HugeObjectSpace* space) in StatisticsHugeObjectSize() 1158 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace() 1210 void SnapshotProcessor::DeserializeSpaceObject(uintptr_t beginAddr, Space* space, size_t spaceObjSi… in DeserializeSpaceObject() 1262 void SnapshotProcessor::DeserializeHugeSpaceObject(uintptr_t beginAddr, HugeObjectSpace* space, siz… in DeserializeHugeSpaceObject() 1460 void SnapshotProcessor::RelocateSpaceObject(Space* space, SnapshotType type, MethodLiteral* methods, 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/runtime_core/runtime/mem/ |
| D | region_space.cpp | 230 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType space_type, AllocatorType allocator_typ… in NewRegion()
|
| D | region_allocator.h | 59 auto space = mem_pool->GetSpaceTypeForAddr(addr); in AddrToRegion() local
|
| D | region_space.h | 57 NO_THREAD_SANITIZE explicit Region(RegionSpace *space, uintptr_t begin, uintptr_t end) in Region()
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.cpp | 505 for (const auto &space : spaces) { in Runtime() local
|
| D | class_linker.cpp | 497 static void LayoutFieldsWithoutAlignment(size_t size, size_t *offset, size_t *space, PandaList<Fiel… in LayoutFieldsWithoutAlignment()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 92 auto space = heap->GetNewSpace(); in DEF_RUNTIME_STUBS() local
|