Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h59 bool verify_pre_sweeping_heap_; variable
Dparsed_options.cc137 verify_pre_sweeping_heap_ = true; in ParseXGcOption()
139 verify_pre_sweeping_heap_ = false; in ParseXGcOption()
223 verify_pre_sweeping_heap_ = kIsDebugBuild; in Parse()
Druntime.cc726 options->verify_pre_sweeping_heap_, in Init()
/art/runtime/gc/
Dheap.h918 const bool verify_pre_sweeping_heap_; variable
Dheap.cc157 verify_pre_sweeping_heap_(verify_pre_sweeping_heap), in Heap()
2716 if (verify_pre_sweeping_heap_) { in PreSweepingGcVerification()