/art/runtime/gc/accounting/ |
D | mod_union_table.h | 56 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()
|
D | heap_bitmap.h | 60 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
|
D | mod_union_table-inl.h | 31 explicit ModUnionTableToZygoteAllocspace(const std::string& name, Heap* heap, in ModUnionTableToZygoteAllocspace()
|
D | remembered_set.h | 49 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
|
/art/runtime/gc/collector/ |
D | partial_mark_sweep.cc | 28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
|
D | sticky_mark_sweep.cc | 27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
|
D | garbage_collector.cc | 54 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) in GarbageCollector()
|
/art/patchoat/ |
D | patchoat.h | 65 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat() 69 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
|
/art/runtime/ |
D | runtime_android.cc | 49 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
|
D | runtime_linux.cc | 312 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
|
D | class_linker-inl.h | 188 gc::Heap* const heap = Runtime::Current()->GetHeap(); in AllocArtFieldArray() local
|
/art/compiler/ |
D | image_test.cc | 119 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local 165 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
|
D | image_writer.cc | 132 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/ |
D | object.cc | 85 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local 126 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
|
D | object_array-inl.h | 250 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf() local
|
D | array-inl.h | 141 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
|
/art/runtime/gc/ |
D | heap_test.cc | 32 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
|
D | heap-inl.h | 276 inline Heap::AllocationTimer::AllocationTimer(Heap* heap, mirror::Object** allocated_obj_ptr) in AllocationTimer()
|
D | heap.h | 935 explicit ScopedDisableRosAllocVerification(Heap* heap) in ScopedDisableRosAllocVerification() 1079 explicit ScopedHeapFill(Heap* heap) in ScopedHeapFill()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 90 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCode() local 109 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCodeInstrumented() local
|
D | entrypoint_utils-inl.h | 153 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocObjectFromCodeResolved() local 224 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocArrayFromCode() local
|
/art/runtime/gc/space/ |
D | space_test.h | 42 Heap* heap = Runtime::Current()->GetHeap(); variable 235 gc::Heap* heap = Runtime::Current()->GetHeap(); in ZygoteSpaceTestBody() local
|
D | dlmalloc_space.cc | 218 Heap* heap = Runtime::Current()->GetHeap(); in art_heap_morecore() local
|
D | rosalloc_space.cc | 229 Heap* heap = Runtime::Current()->GetHeap(); in art_heap_rosalloc_morecore() local
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 250 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local 282 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local
|