Home
last modified time | relevance | path

Searched refs:verify_post_gc_rosalloc_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dparsed_options.h63 bool verify_post_gc_rosalloc_; variable
Dparsed_options.cc153 verify_post_gc_rosalloc_ = true; in ParseXGcOption()
155 verify_post_gc_rosalloc_ = false; in ParseXGcOption()
227 verify_post_gc_rosalloc_ = false; in Parse()
Druntime.cc730 options->verify_post_gc_rosalloc_, in Init()
/art/runtime/gc/
Dheap.h923 bool verify_post_gc_rosalloc_; variable
939 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) { in ScopedDisableRosAllocVerification()
942 heap_->verify_post_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()
947 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_; in ~ScopedDisableRosAllocVerification()
Dheap.cc162 verify_post_gc_rosalloc_(verify_post_gc_rosalloc), in Heap()
2746 if (verify_post_gc_rosalloc_) { in PostGcVerificationPaused()
2761 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) { in PostGcVerification()