HomeSort by relevance Sort by last modified time
    Searched refs:verify_pre_gc_heap_ (Results 1 - 5 of 5) sorted by null

  /art/cmdline/
cmdline_types.h 504 bool verify_pre_gc_heap_ = false; member in struct:art::XGcOption
527 xgc.verify_pre_gc_heap_ = true;
529 xgc.verify_pre_gc_heap_ = false;
cmdline_parser_test.cc 321 option_all_true.verify_pre_gc_heap_ = true;
338 option_all_false.verify_pre_gc_heap_ = false;
  /art/runtime/gc/
heap.h 1273 const bool verify_pre_gc_heap_; member in class:art::gc::Heap
    [all...]
heap.cc 230 verify_pre_gc_heap_(verify_pre_gc_heap),
    [all...]
  /art/runtime/
runtime.cc     [all...]

Completed in 272 milliseconds