Home
last modified time | relevance | path

Searched defs:space (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp74 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
Dheap_region_allocator.cpp27 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread) in AllocateAlignedRegion()
Dtlab_allocator-inl.h46 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate()
Dspace.cpp46 void Space::SwapAllocationCounter(Space *space) in SwapAllocationCounter()
Dregion.h70 static inline std::string ToSpaceTypeName(uint8_t space) in ToSpaceTypeName()
296 uint8_t space = packedData_.flags_.spaceFlag_; in InHeapSpace() local
Dheap-inl.h35 #define CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, space, message) … argument
/arkcompiler/runtime_core/scripts/
Dmemdump.py83 def __init__(self, space, strfilter): argument
87 def filter(self, space, stacktrace): argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp171 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/
Dalloc_tracker.h52 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()
Dalloc_tracker.cpp79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1066 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/
Dpool_map_test.cpp175 SpaceType space = GetRandSpaceType(); variable
Dalloc_tracker_test.cpp32 uint32_t space = 0; member
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp82 JSHandle<EcmaString> space = factory->NewFromASCII(": "); in ErrorCommonToString() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp104 auto space = heap->GetNewSpace(); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10562 space: 32, property