Searched defs:verify_post_gc_rosalloc_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dparsed_options.h63 bool verify_post_gc_rosalloc_; member in class:art::ParsedOptions
/art/runtime/gc/
H A Dheap.h923 bool verify_post_gc_rosalloc_; member in class:art::gc::Heap
939 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) {
942 heap_->verify_post_gc_rosalloc_ = false;
947 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_;

Completed in 10 milliseconds