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

  /art/cmdline/
cmdline_types.h 506 bool verify_post_gc_heap_ = false; member in struct:art::XGcOption
535 xgc.verify_post_gc_heap_ = true;
537 xgc.verify_post_gc_heap_ = false;
cmdline_parser_test.cc 323 option_all_true.verify_post_gc_heap_ = true;
340 option_all_false.verify_post_gc_heap_ = false;
  /art/runtime/gc/
heap.h 1275 const bool verify_post_gc_heap_; member in class:art::gc::Heap
    [all...]
heap.cc 232 verify_post_gc_heap_(verify_post_gc_heap),
    [all...]
  /art/runtime/
runtime.cc     [all...]

Completed in 190 milliseconds