Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp100 uintptr_t BaseDeserializer::DeserializeTaggedObject(SerializedObjectSpace space) in DeserializeTaggedObject()
161 void BaseDeserializer::HandleNewObjectEncodeFlag(SerializedObjectSpace space, uintptr_t objAddr, s… in HandleNewObjectEncodeFlag()
254 SerializedObjectSpace space = SerializeData::DecodeSpace(encodeFlag); in ReadSingleEncodeData() local
378 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr()
587 void BaseDeserializer::AllocateMultiRegion(SparseSpace *space, size_t spaceObjSize, size_t &regionI… in AllocateMultiRegion()
607 void BaseDeserializer::AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, siz… in AllocateMultiSharedRegion()
636 SparseSpace *space = heap_->GetOldSpace(); in AllocateToOldSpace() local
653 SparseSpace *space = heap_->GetNonMovableSpace(); in AllocateToNonMovableSpace() local
670 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace() local
687 SharedSparseSpace *space = sheap_->GetOldSpace(); in AllocateToSharedOldSpace() local
[all …]
Dbase_serializer-inl.h54 SerializedObjectSpace space = GetSerializedObjectSpace(object); in SerializeTaggedObject() local
Dserialize_data.h95 static uint8_t EncodeNewObject(SerializedObjectSpace space) in EncodeNewObject()
332 void CalculateSerializedObjectSize(SerializedObjectSpace space, size_t objectSize) in CalculateSerializedObjectSize()
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp71 auto space = heap_->GetSpaceWithType(type); in AsyncSweepSpace() local
136 SparseSpace *space = heap_->GetSpaceWithType(type); in WaitingTaskFinish() local
143 SparseSpace *space = heap_->GetSpaceWithType(static_cast<MemSpaceType>(i)); in TryFillSweptRegion() local
Dtlab_allocator-inl.h47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate()
155 uintptr_t SharedTlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate()
Dheap_region_allocator.cpp29 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread,… in AllocateAlignedRegion()
Dheap-inl.h36 #define CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, space, message) … argument
49 #define CHECK_SOBJ_AND_THROW_OOM_ERROR(thread, object, size, space, message) … argument
58 #define CHECK_MACHINE_CODE_OBJ_AND_SET_OOM_ERROR_FORT(object, size, space, desc, message) … argument
67 #define CHECK_MACHINE_CODE_OBJ_AND_SET_OOM_ERROR(object, size, space, message) … argument
Dspace.cpp45 void Space::SwapAllocationCounter(Space *space) in SwapAllocationCounter()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.cpp67 auto space = sHeap_->GetSpaceWithType(type); in AsyncSweepSpace() local
132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish() local
/arkcompiler/runtime_core/scripts/
Dmemdump.py83 def __init__(self, space, strfilter): argument
87 def filter(self, space, stacktrace): argument
/arkcompiler/runtime_core/static_core/scripts/
Dmemdump.py83 def __init__(self, space, strfilter): argument
87 def filter(self, space, stacktrace): argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp191 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/
Ddump.cpp164 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/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.h49 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()
Dalloc_tracker.cpp79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc()
/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()
1095 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile()
1121 uint32_t SnapshotProcessor::StatisticsSpaceObjectSize(Space* space) in StatisticsSpaceObjectSize()
1135 uint32_t SnapshotProcessor::StatisticsHugeObjectSize(HugeObjectSpace* space) in StatisticsHugeObjectSize()
1162 uintptr_t SnapshotProcessor::AllocateObjectToLocalSpace(Space *space, size_t objectSize) in AllocateObjectToLocalSpace()
1214 void SnapshotProcessor::DeserializeSpaceObject(uintptr_t beginAddr, Space* space, size_t spaceObjSi… in DeserializeSpaceObject()
1259 void SnapshotProcessor::DeserializeHugeSpaceObject(uintptr_t beginAddr, HugeObjectSpace* space, siz… in DeserializeHugeSpaceObject()
1516 void SnapshotProcessor::RelocateSpaceObject(const JSPandaFile *jsPandaFile, Space* space, SnapshotT… in RelocateSpaceObject()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp290 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/
Dpool_map_test.cpp175 SpaceType space = GetRandSpaceType(); variable
Dalloc_tracker_test.cpp32 uint32_t space = 0; member
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_marking_test.cpp135 SemiSpace *space = heap->GetNewSpace(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpool_map_test.cpp182 SpaceType space = GetRandSpaceType(); in TEST_F() local
Dalloc_tracker_test.cpp32 uint32_t space = 0; member
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp72 JSHandle<EcmaString> space = factory->NewFromASCII(": "); in ErrorCommonToString() local

12