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

  /art/cmdline/
cmdline_types.h 509 bool verify_post_gc_rosalloc_ = false; member in struct:art::XGcOption
547 xgc.verify_post_gc_rosalloc_ = true;
549 xgc.verify_post_gc_rosalloc_ = false;
cmdline_parser_test.cc 326 option_all_true.verify_post_gc_rosalloc_ = true;
343 option_all_false.verify_post_gc_rosalloc_ = false;
  /art/runtime/gc/
heap.h 1279 bool verify_post_gc_rosalloc_; member in class:art::gc::Heap
    [all...]
heap.cc 236 verify_post_gc_rosalloc_(verify_post_gc_rosalloc),
    [all...]
  /art/runtime/
runtime.cc     [all...]

Completed in 76 milliseconds