Home
last modified time | relevance | path

Searched refs:Heap (Results 1 – 25 of 78) sorted by relevance

1234

/art/runtime/gc/
Dheap.cc106 DEFINE_RUNTIME_DEBUG_FLAG(Heap, kStressCollectorTransition);
156 uint8_t* const Heap::kPreferredAllocSpaceBegin =
161 uint8_t* const Heap::kPreferredAllocSpaceBegin = reinterpret_cast<uint8_t*>(0x20000000);
164 uint8_t* const Heap::kPreferredAllocSpaceBegin = reinterpret_cast<uint8_t*>(0x40000000);
210 Heap::Heap(size_t initial_size, in Heap() function in art::gc::Heap
759 MemMap Heap::MapAnonymousPreferredAddress(const char* name, in MapAnonymousPreferredAddress()
780 bool Heap::MayUseCollector(CollectorType type) const { in MayUseCollector()
784 space::MallocSpace* Heap::CreateMallocSpaceFromMemMap(MemMap&& mem_map, in CreateMallocSpaceFromMemMap()
821 void Heap::CreateMainMallocSpace(MemMap&& mem_map, in CreateMainMallocSpace()
850 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator()
[all …]
Dheap-visit-objects-inl.h38 inline void Heap::VisitObjects(Visitor&& visitor) { in VisitObjects()
72 inline void Heap::VisitObjectsPaused(Visitor&& visitor) { in VisitObjectsPaused()
81 inline void Heap::VisitObjectsInternalRegionSpace(Visitor&& visitor) { in VisitObjectsInternalRegionSpace()
106 inline void Heap::VisitObjectsInternal(Visitor&& visitor) { in VisitObjectsInternal()
146 DCHECK(Heap::rosalloc_space_ == nullptr) in VisitObjectsInternal()
Dverification.h36 class Heap; variable
40 explicit Verification(gc::Heap* heap) : heap_(heap) {} in Verification()
73 gc::Heap* const heap_;
Dheap-inl.h45 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, in AllocObjectWithAllocator()
260 inline void Heap::PushOnAllocationStack(Thread* self, ObjPtr<mirror::Object>* obj) { in PushOnAllocationStack()
271 inline mirror::Object* Heap::AllocLargeObject(Thread* self, in AllocLargeObject()
284 inline mirror::Object* Heap::TryToAllocate(Thread* self, in TryToAllocate()
420 inline bool Heap::ShouldAllocLargeObject(ObjPtr<mirror::Class> c, size_t byte_count) const { in ShouldAllocLargeObject()
428 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
459 inline bool Heap::ShouldConcurrentGCForJava(size_t new_num_bytes_allocated) { in ShouldConcurrentGCForJava()
466 inline void Heap::CheckConcurrentGCForJava(Thread* self, in CheckConcurrentGCForJava()
Dheap_test.cc38 gc::Heap::kPreferredAllocSpaceBegin, in SetUp()
54 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F()
Dreference_queue.h50 class Heap; variable
Dallocation_record.cc142 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled()
214 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation()
/art/runtime/gc/accounting/
Dremembered_set.h39 class Heap; variable
50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
67 Heap* GetHeap() const { in GetHeap()
77 Heap* const heap_;
Dheap_bitmap.h30 class Heap; variable
58 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
61 const Heap* const heap_;
78 friend class art::gc::Heap;
Dmod_union_table.h44 class Heap; variable
59 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable()
104 Heap* GetHeap() const { in GetHeap()
114 Heap* const heap_;
121 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap, in ModUnionTableReferenceCache()
169 explicit ModUnionTableCardCache(const std::string& name, Heap* heap,
Dmod_union_table-inl.h32 Heap* heap, in ModUnionTableToZygoteAllocspace()
/art/runtime/gc/collector/
Dgarbage_collector.h44 class Heap; variable
62 GarbageCollector(Heap* heap, const std::string& name);
71 Heap* GetHeap() const { in GetHeap()
153 Heap* const heap_;
Dpartial_mark_sweep.h33 PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
Dsticky_mark_sweep.h33 StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
Dsticky_mark_sweep.cc31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
Dsemi_space.h43 class Heap; variable
62 explicit SemiSpace(Heap* heap, const std::string& name_prefix = "");
/art/runtime/
Druntime_options.def49 RUNTIME_OPTIONS_KEY (MemoryKiB, MemoryMaximumSize, gc::Heap::kDefaultMaximum…
50 RUNTIME_OPTIONS_KEY (MemoryKiB, MemoryInitialSize, gc::Heap::kDefaultInitial…
52 RUNTIME_OPTIONS_KEY (MemoryKiB, HeapMinFree, gc::Heap::kDefaultMinFree)
53 RUNTIME_OPTIONS_KEY (MemoryKiB, HeapMaxFree, gc::Heap::kDefaultMaxFree)
54 RUNTIME_OPTIONS_KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovi…
56 RUNTIME_OPTIONS_KEY (double, HeapTargetUtilization, gc::Heap::kDefaultTargetU…
57 RUNTIME_OPTIONS_KEY (double, ForegroundHeapGrowthMultiplier, gc::Heap::kDefaultHeapGro…
64 … LongPauseLogThreshold, gc::Heap::kDefaultLongPauseLogThreshold)
66 … LongGCLogThreshold, gc::Heap::kDefaultLongGCLogThreshold)
104 … LargeObjectSpace, gc::Heap::kDefaultLargeObjectSpaceType)
[all …]
Daot_class_linker.h25 class Heap; variable
35 static bool CanReferenceInBootImageExtension(ObjPtr<mirror::Class> klass, gc::Heap* heap)
Dread_barrier-inl.h82 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier()
213 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup()
/art/runtime/mirror/
Dclass-alloc-inl.h52 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc()
Dobject_array-alloc-inl.h68 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf()
/art/runtime/gc/space/
Dspace.h38 class Heap; variable
188 friend class art::gc::Heap;
469 friend class gc::Heap;
/art/dex2oat/linker/
Dimage_write_read_test.cc42 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead()
88 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead()
/art/runtime/native/
Ddalvik_system_VMDebug.cc291 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass()
309 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClasses()
359 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_getInstancesOfClasses()
399 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats()
458 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatInternal()
519 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatsInternal()

1234