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 469 bool verify_pre_gc_heap_ = false; member in struct:art::XGcOption
490 xgc.verify_pre_gc_heap_ = true;
492 xgc.verify_pre_gc_heap_ = false;
cmdline_parser_test.cc 280 option_all_true.verify_pre_gc_heap_ = true;
297 option_all_false.verify_pre_gc_heap_ = false;
  /art/runtime/gc/
heap.h 1044 const bool verify_pre_gc_heap_; member in class:art::gc::Heap
    [all...]
heap.cc 168 verify_pre_gc_heap_(verify_pre_gc_heap),
    [all...]
  /art/runtime/
runtime.cc 872 xgc_option.verify_pre_gc_heap_,
    [all...]

Completed in 4795 milliseconds