Searched refs:verify_pre_gc_rosalloc_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dparsed_options.h61 bool verify_pre_gc_rosalloc_; member in class:art::ParsedOptions
H A Dparsed_options.cc145 verify_pre_gc_rosalloc_ = true;
147 verify_pre_gc_rosalloc_ = false;
225 verify_pre_gc_rosalloc_ = kIsDebugBuild;
H A Druntime.cc728 options->verify_pre_gc_rosalloc_,
/art/runtime/gc/
H A Dheap.h921 bool verify_pre_gc_rosalloc_; member in class:art::gc::Heap
937 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_),
940 heap_->verify_pre_gc_rosalloc_ = false;
945 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_;
H A Dheap.cc160 verify_pre_gc_rosalloc_(verify_pre_gc_rosalloc),
2705 if (verify_pre_gc_rosalloc_) {

Completed in 97 milliseconds