Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h433 bool verify_pre_gc_rosalloc_ = kIsDebugBuild;
465 xgc.verify_pre_gc_rosalloc_ = true;
467 xgc.verify_pre_gc_rosalloc_ = false;
Dcmdline_parser_test.cc330 option_all_true.verify_pre_gc_rosalloc_ = true; in TEST_F()
347 option_all_false.verify_pre_gc_rosalloc_ = false; in TEST_F()
/art/runtime/gc/
Dheap.h1263 bool verify_pre_gc_rosalloc_; variable
1280 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_), in ScopedDisableRosAllocVerification()
1283 heap_->verify_pre_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()
1288 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_; in ~ScopedDisableRosAllocVerification()
Dheap.cc236 verify_pre_gc_rosalloc_(verify_pre_gc_rosalloc), in Heap()
3269 if (verify_pre_gc_rosalloc_) { in PrePauseRosAllocVerification()
/art/runtime/
Druntime.cc1281 xgc_option.verify_pre_gc_rosalloc_, in Init()