Searched defs:heap_ (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/accounting/
H A Dheap_bitmap.h67 explicit HeapBitmap(Heap* heap) : heap_(heap) {}
70 const Heap* const heap_; member in class:art::gc::accounting::HeapBitmap
H A Dremembered_set.h51 : name_(name), heap_(heap), space_(space) {}
68 return heap_;
77 Heap* const heap_; member in class:art::gc::accounting::RememberedSet
H A Dmod_union_table.h53 heap_(heap),
88 return heap_;
97 Heap* const heap_; member in class:art::gc::accounting::ModUnionTable
/art/patchoat/
H A Dpatchoat.h68 : oat_file_(oat_file), image_(nullptr), bitmap_(nullptr), heap_(nullptr), delta_(delta),
72 : image_(image), bitmap_(bitmap), heap_(heap),
77 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
138 DCHECK_GT(reinterpret_cast<uintptr_t>(obj), reinterpret_cast<uintptr_t>(heap_->Begin()));
139 DCHECK_LT(reinterpret_cast<uintptr_t>(obj), reinterpret_cast<uintptr_t>(heap_->End()));
141 reinterpret_cast<uintptr_t>(obj) - reinterpret_cast<uintptr_t>(heap_->Begin());
218 const MemMap* const heap_; member in class:art::PatchOat
/art/runtime/gc/collector/
H A Dgarbage_collector.h147 return heap_;
211 Heap* const heap_; member in class:art::gc::collector::GarbageCollector
/art/runtime/gc/
H A Dheap.h1191 Heap* const heap_; member in class:art::gc::Heap::ScopedDisableRosAllocVerification
1198 : heap_(heap),
1199 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_),
1200 orig_verify_pre_sweeping_(heap_->verify_pre_sweeping_rosalloc_),
1201 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) {
1202 heap_->verify_pre_gc_rosalloc_ = false;
1203 heap_->verify_pre_sweeping_rosalloc_ = false;
1204 heap_->verify_post_gc_rosalloc_ = false;
1207 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_;
1208 heap_
[all...]
H A Dheap.cc2858 : heap_(heap), fail_count_(fail_count), verify_referent_(verify_referent) {}
2877 return heap_->IsLiveObjectLocked(obj, true, false, true);
2917 accounting::CardTable* card_table = heap_->GetCardTable();
2918 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get();
2919 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2923 if (heap_->IsValidObjectAddress(obj->GetClass())) {
2930 space::ContinuousSpace* ref_space = heap_->FindContinuousSpaceFromObject(ref, true);
2942 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) &&
2957 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj);
2998 Heap* const heap_; member in class:art::gc::VerifyReferenceVisitor
3035 Heap* const heap_; member in class:art::gc::VerifyObjectVisitor
3183 Heap* const heap_; member in class:art::gc::VerifyReferenceCardVisitor
3204 Heap* const heap_; member in class:art::gc::VerifyLiveStackReferences
[all...]
/art/runtime/
H A Druntime.h271 return heap_;
722 gc::Heap* heap_; member in class:art::verifier::Runtime

Completed in 138 milliseconds