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 472 bool verify_post_gc_heap_ = false; member in struct:art::XGcOption
499 xgc.verify_post_gc_heap_ = true;
501 xgc.verify_post_gc_heap_ = false;
cmdline_parser_test.cc 318 option_all_true.verify_post_gc_heap_ = true;
335 option_all_false.verify_post_gc_heap_ = false;
  /art/runtime/gc/
heap.h 1180 const bool verify_post_gc_heap_; member in class:art::gc::Heap
    [all...]
heap.cc 201 verify_post_gc_heap_(verify_post_gc_heap),
    [all...]
  /art/runtime/
runtime.cc     [all...]

Completed in 67 milliseconds