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

  /art/runtime/
parsed_options.h 62 bool verify_pre_sweeping_rosalloc_; member in class:art::ParsedOptions
parsed_options.cc 149 verify_pre_sweeping_rosalloc_ = true;
151 verify_pre_sweeping_rosalloc_ = false;
225 verify_pre_sweeping_rosalloc_ = false;
    [all...]
runtime.cc 745 options->verify_pre_sweeping_rosalloc_,
    [all...]
  /art/runtime/gc/
heap.h 922 bool verify_pre_sweeping_rosalloc_; member in class:art::gc::Heap
    [all...]
heap.cc 171 verify_pre_sweeping_rosalloc_(verify_pre_sweeping_rosalloc),
    [all...]

Completed in 234 milliseconds