Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 25 of 46) sorted by relevance

12

/art/runtime/gc/accounting/
Dmod_union_table.h60 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable()
111 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap, in ModUnionTableReferenceCache()
Dheap_bitmap.h67 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
Dmod_union_table-inl.h31 explicit ModUnionTableToZygoteAllocspace(const std::string& name, Heap* heap, in ModUnionTableToZygoteAllocspace()
Dremembered_set.h49 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
Dmod_union_table_test.cc107 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace()
167 gc::Heap* const heap = runtime->GetHeap(); in RunTest() local
Dmod_union_table.cc223 Heap* heap = mod_union_table_->GetHeap(); in operator ()() local
350 ModUnionTableCardCache::ModUnionTableCardCache(const std::string& name, Heap* heap, in ModUnionTableCardCache()
/art/runtime/
Dread_barrier-inl.h61 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local
158 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
Druntime_android.cc48 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
Druntime_linux.cc349 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
/art/runtime/gc/collector/
Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
Dsticky_mark_sweep.cc27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
Dgarbage_collector.cc61 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) in GarbageCollector()
/art/patchoat/
Dpatchoat.h66 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat()
70 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
/art/compiler/
Dimage_test.cc119 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
167 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
/art/runtime/mirror/
Dobject.cc85 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local
125 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
Darray.cc134 auto* heap = Runtime::Current()->GetHeap(); in CopyOf() local
Dstring-inl.h163 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
Dobject_array-inl.h254 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc88 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCode() local
108 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCodeInstrumented() local
Dentrypoint_utils-inl.h172 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocObjectFromCodeResolved() local
242 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocArrayFromCode() local
/art/runtime/native/
Ddalvik_system_VMDebug.cc260 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local
292 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local
350 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatInternal() local
409 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatsInternal() local
/art/runtime/gc/
Dheap_test.cc33 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
Dreference_queue.cc89 Heap* heap = Runtime::Current()->GetHeap(); in DequeuePendingReference() local
Dheap-inl.h381 inline Heap::AllocationTimer::AllocationTimer(Heap* heap, mirror::Object** allocated_obj_ptr) in AllocationTimer()
/art/runtime/gc/space/
Dspace_test.h44 Heap* heap = Runtime::Current()->GetHeap(); variable
250 gc::Heap* heap = Runtime::Current()->GetHeap(); in ZygoteSpaceTestBody() local

12