Home
last modified time | relevance | path

Searched defs:space (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_serializer-inl.h54 SerializedObjectSpace space = GetSerializedObjectSpace(object); in SerializeTaggedObject() local
H A Dserialize_data.h95 static uint8_t EncodeNewObject(SerializedObjectSpace space) in EncodeNewObject() argument
[all...]
H A Dbase_deserializer.cpp101 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 &regionIndex) in AllocateMultiRegion() argument
606 AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, size_t &regionIndex) 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 Dshared_concurrent_sweeper.cpp67 auto space = sHeap_->GetSpaceWithType(type); in AsyncSweepSpace() local
132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_marking_test.cpp135 SemiSpace *space = heap->GetNewSpace(); in HWTEST_F_L0() local
H A Dgc_second_test.cpp282 SemiSpace * space = heap->GetNewSpace(); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A 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
H A Dtlab_allocator-inl.h47 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 Dheap_region_allocator.cpp24 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread, BaseHeap *heap, in AllocateAlignedRegion() argument
H A Dspace.cpp48 void Space::SwapAllocationCounter(Space *space) in SwapAllocationCounter() argument
H A Dregion.h111 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 Dalloc_tracker_test.cpp32 uint32_t space = 0; member
H A Dpool_map_test.cpp175 SpaceType space = GetRandSpaceType(); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp32 uint32_t space = 0; member
H A Dpool_map_test.cpp182 SpaceType space = GetRandSpaceType(); in TEST_F() local
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc() argument
H A Dalloc_tracker.h144 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 Dalloc_tracker.cpp79 void DetailAllocTracker::TrackAlloc(void *addr, size_t size, SpaceType space) in TrackAlloc() argument
H A Dalloc_tracker.h141 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktraceId) in AllocInfo() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_helper.cpp72 JSHandle<EcmaString> space = factory->NewFromASCII(": "); in ErrorCommonToString() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp167 (*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 Dregion_space.cpp290 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 Dregion_space.h60 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 Ddump.cpp194 (*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 Dsnapshot_processor.cpp1066 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...]

Completed in 18 milliseconds

12