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

  /art/cmdline/
cmdline_types.h 507 bool verify_pre_gc_rosalloc_ = kIsDebugBuild; member in struct:art::XGcOption
539 xgc.verify_pre_gc_rosalloc_ = true;
541 xgc.verify_pre_gc_rosalloc_ = false;
cmdline_parser_test.cc 324 option_all_true.verify_pre_gc_rosalloc_ = true;
341 option_all_false.verify_pre_gc_rosalloc_ = false;
  /art/runtime/gc/
heap.h 1277 bool verify_pre_gc_rosalloc_; member in class:art::gc::Heap
    [all...]
heap.cc 234 verify_pre_gc_rosalloc_(verify_pre_gc_rosalloc),
    [all...]
  /art/runtime/
runtime.cc     [all...]

Completed in 551 milliseconds