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

/art/runtime/gc/accounting/
H A Dheap_bitmap.h60 explicit HeapBitmap(Heap* heap) : heap_(heap) {}
63 const Heap* const heap_; member in class:art::gc::accounting::HeapBitmap
H A Dremembered_set.h50 : 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.h58 heap_(heap),
85 return heap_;
93 Heap* const heap_; member in class:art::gc::accounting::ModUnionTable
/art/patchoat/
H A Dpatchoat.h58 : image_(image), bitmap_(bitmap), heap_(heap),
62 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
116 const MemMap* heap_; member in class:art::PatchOat
/art/runtime/gc/collector/
H A Dgarbage_collector.h135 return heap_;
188 Heap* const heap_; member in class:art::gc::collector::GarbageCollector
/art/runtime/
H A Druntime.h226 return heap_;
544 gc::Heap* heap_; member in class:art::Runtime
/art/runtime/gc/
H A Dheap.h929 Heap* const heap_; member in class:art::gc::Heap::ScopedDisableRosAllocVerification
936 : heap_(heap),
937 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_),
938 orig_verify_pre_sweeping_(heap_->verify_pre_sweeping_rosalloc_),
939 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) {
940 heap_->verify_pre_gc_rosalloc_ = false;
941 heap_->verify_pre_sweeping_rosalloc_ = false;
942 heap_->verify_post_gc_rosalloc_ = false;
945 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_;
946 heap_
1063 Heap* heap_; member in class:art::gc::Heap::AllocationTimer
1089 Heap* const heap_; member in class:art::gc::ScopedHeapFill
[all...]
H A Dheap.cc2235 : heap_(heap), fail_count_(fail_count), verify_referent_(verify_referent) {}
2254 return heap_->IsLiveObjectLocked(obj, true, false, true);
2281 accounting::CardTable* card_table = heap_->GetCardTable();
2282 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get();
2283 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2287 if (heap_->IsValidObjectAddress(obj->GetClass())) {
2294 space::ContinuousSpace* ref_space = heap_->FindContinuousSpaceFromObject(ref, true);
2306 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) &&
2321 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj);
2363 Heap* const heap_; member in class:art::gc::VerifyReferenceVisitor
2395 Heap* const heap_; member in class:art::gc::VerifyObjectVisitor
2542 Heap* const heap_; member in class:art::gc::VerifyReferenceCardVisitor
2563 Heap* const heap_; member in class:art::gc::VerifyLiveStackReferences
[all...]

Completed in 292 milliseconds