| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer-inl.h | 54 SerializedObjectSpace space = GetSerializedObjectSpace(object); in SerializeTaggedObject() local
|
| H A D | serialize_data.h | 95 static uint8_t EncodeNewObject(SerializedObjectSpace space) in EncodeNewObject() argument [all...] |
| H A D | base_deserializer.cpp | 101 uintptr_t BaseDeserializer::DeserializeTaggedObject(SerializedObjectSpace space) in DeserializeTaggedObject() argument 162 void BaseDeserializer::HandleNewObjectEncodeFlag(SerializedObjectSpace space, uintptr_t objAddr, size_t fieldOffset, in HandleNewObjectEncodeFlag() argument 255 SerializedObjectSpace space = SerializeData::DecodeSpace(encodeFlag); in ReadSingleEncodeData() local 379 uintptr_t BaseDeserializer::RelocateObjectAddr(SerializedObjectSpace space, size_t objSize) in RelocateObjectAddr() argument 586 void BaseDeserializer::AllocateMultiRegion(SparseSpace *space, size_t spaceObjSize, size_t ®ionIndex) in AllocateMultiRegion() argument 606 AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, size_t ®ionIndex) AllocateMultiSharedRegion() argument 635 SparseSpace *space = heap_->GetOldSpace(); AllocateToOldSpace() local 652 SparseSpace *space = heap_->GetNonMovableSpace(); AllocateToNonMovableSpace() local 669 SparseSpace *space = heap_->GetMachineCodeSpace(); AllocateToMachineCodeSpace() local 686 SharedSparseSpace *space = sheap_->GetOldSpace(); AllocateToSharedOldSpace() local 703 SharedNonMovableSpace *space = sheap_->GetNonMovableSpace(); AllocateToSharedNonMovableSpace() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_concurrent_sweeper.cpp | 67 auto space = sHeap_->GetSpaceWithType(type); in AsyncSweepSpace() local 132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | concurrent_marking_test.cpp | 135 SemiSpace *space = heap->GetNewSpace(); in HWTEST_F_L0() local
|
| H A D | gc_second_test.cpp | 282 SemiSpace * space = heap->GetNewSpace(); in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | concurrent_sweeper.cpp | 71 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
|
| H A D | tlab_allocator-inl.h | 47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() argument 155 uintptr_t SharedTlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() argument
|
| H A D | heap_region_allocator.cpp | 24 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread, BaseHeap *heap, in AllocateAlignedRegion() argument
|
| H A D | space.cpp | 48 void Space::SwapAllocationCounter(Space *space) in SwapAllocationCounter() argument
|
| H A D | region.h | 111 static inline std::string ToSpaceTypeName(uint8_t space) in ToSpaceTypeName() argument 567 uint8_t space = packedData_.flags_.spaceFlag_; InHeapSpace() local [all...] |
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | alloc_tracker_test.cpp | 32 uint32_t space = 0; member
|
| H A D | pool_map_test.cpp | 175 SpaceType space = GetRandSpaceType(); in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | alloc_tracker_test.cpp | 32 uint32_t space = 0; member
|
| H A D | pool_map_test.cpp | 182 SpaceType space = GetRandSpaceType(); in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc() argument
|
| H A D | alloc_tracker.h | 144 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktrace_id) in AllocInfo() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc() argument
|
| H A D | alloc_tracker.h | 141 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktraceId) in AllocInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | error_helper.cpp | 72 JSHandle<EcmaString> space = factory->NewFromASCII(": "); in ErrorCommonToString() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 167 (*out) << std::setw(INDENT_OPCODE) << opc + space + id + space + field_name + space; in DumpTypedFieldOpcode() local 312 out << std::setw(INDENT_OPCODE) << opcode + space + any_base_type + space; DumpOpcodeAnyTypeMixin() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | region_space.cpp | 290 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType, size_t regionSize, in NewRegion() argument 330 Region *RegionPool::NewRegion(void *region, RegionSpace *space, size_t regionSize, RegionFlag edenOrOldOrNonmovable, in NewRegion() argument
|
| H A D | region_space.h | 60 NO_THREAD_SANITIZE explicit Region(RegionSpace *space, uintptr_t begin, uintptr_t end) in Region() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 194 (*out) << std::setw(INDENT_OPCODE) << opc + space + id + space + fieldName + space; in DumpTypedFieldOpcode() local 202 (*out) << std::setw(INDENT_OPCODE) << opc + space + id + space; in DumpTypedOpcode() local 211 (*out) << std::setw(INDENT_OPCODE) << opc + flags + space in DumpTypedOpcode() local 604 (*out) << std::setw(INDENT_OPCODE) << opc + space + size + space + id + space; DumpOpcode() local 665 (*out) << std::setw(INDENT_OPCODE) << opc + space + clsName + space + fieldName0 + space + fieldName1 + space; DumpObjectPairOpcode() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot_processor.cpp | 1066 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile() argument 1095 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile() argument 1121 uint32_t SnapshotProcessor::StatisticsSpaceObjectSize(Space* space) in StatisticsSpaceObjectSize() argument 1135 uint32_t SnapshotProcessor::StatisticsHugeObjectSize(HugeObjectSpace* space) in StatisticsHugeObjectSize() argument 1162 AllocateObjectToLocalSpace(Space *space, size_t objectSize) AllocateObjectToLocalSpace() argument 1214 DeserializeSpaceObject(uintptr_t beginAddr, Space* space, size_t spaceObjSize) DeserializeSpaceObject() argument 1259 DeserializeHugeSpaceObject(uintptr_t beginAddr, HugeObjectSpace* space, size_t hugeSpaceObjSize) DeserializeHugeSpaceObject() argument 1516 RelocateSpaceObject(const JSPandaFile *jsPandaFile, Space* space, SnapshotType type, MethodLiteral* methods, size_t methodNums, size_t rootObjSize) RelocateSpaceObject() argument [all...] |