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

  /art/runtime/
parsed_options.h 63 bool verify_post_gc_rosalloc_; member in class:art::ParsedOptions
parsed_options.cc 153 verify_post_gc_rosalloc_ = true;
155 verify_post_gc_rosalloc_ = false;
226 verify_post_gc_rosalloc_ = false;
    [all...]
runtime.cc 746 options->verify_post_gc_rosalloc_,
    [all...]
  /art/runtime/gc/
heap.h 923 bool verify_post_gc_rosalloc_; member in class:art::gc::Heap
    [all...]
heap.cc 172 verify_post_gc_rosalloc_(verify_post_gc_rosalloc),
    [all...]

Completed in 1570 milliseconds