Home
last modified time | relevance | path

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

12

/art/runtime/gc/accounting/
Dmod_union_table.h56 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable()
100 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap, in ModUnionTableReferenceCache()
136 …explicit ModUnionTableCardCache(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTableCardCache()
Dheap_bitmap.h60 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()
/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.cc54 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) in GarbageCollector()
/art/patchoat/
Dpatchoat.h65 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat()
69 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
/art/runtime/
Druntime_android.cc49 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
Druntime_linux.cc312 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
Dclass_linker-inl.h188 gc::Heap* const heap = Runtime::Current()->GetHeap(); in AllocArtFieldArray() local
/art/compiler/
Dimage_test.cc119 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
165 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
Dimage_writer.cc132 gc::Heap* heap = Runtime::Current()->GetHeap(); in Write() local
513 gc::Heap* heap = Runtime::Current()->GetHeap(); in ProcessStrings() local
703 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckNonImageClassesRemoved() local
899 gc::Heap* heap = Runtime::Current()->GetHeap(); in CalculateNewObjectOffsets() local
959 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyAndFixupObjects() local
/art/runtime/mirror/
Dobject.cc85 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local
126 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
Dobject_array-inl.h250 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf() local
Darray-inl.h141 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
/art/runtime/gc/
Dheap_test.cc32 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
Dheap-inl.h276 inline Heap::AllocationTimer::AllocationTimer(Heap* heap, mirror::Object** allocated_obj_ptr) in AllocationTimer()
Dheap.h935 explicit ScopedDisableRosAllocVerification(Heap* heap) in ScopedDisableRosAllocVerification()
1079 explicit ScopedHeapFill(Heap* heap) in ScopedHeapFill()
/art/runtime/entrypoints/
Dentrypoint_utils.cc90 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCode() local
109 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCodeInstrumented() local
Dentrypoint_utils-inl.h153 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocObjectFromCodeResolved() local
224 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocArrayFromCode() local
/art/runtime/gc/space/
Dspace_test.h42 Heap* heap = Runtime::Current()->GetHeap(); variable
235 gc::Heap* heap = Runtime::Current()->GetHeap(); in ZygoteSpaceTestBody() local
Ddlmalloc_space.cc218 Heap* heap = Runtime::Current()->GetHeap(); in art_heap_morecore() local
Drosalloc_space.cc229 Heap* heap = Runtime::Current()->GetHeap(); in art_heap_rosalloc_morecore() local
/art/runtime/native/
Ddalvik_system_VMDebug.cc250 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local
282 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local

12