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

  /art/runtime/
parsed_options.h 61 bool verify_pre_gc_rosalloc_; member in class:art::ParsedOptions
parsed_options.cc 145 verify_pre_gc_rosalloc_ = true;
147 verify_pre_gc_rosalloc_ = false;
224 verify_pre_gc_rosalloc_ = kIsDebugBuild;
    [all...]
runtime.cc 744 options->verify_pre_gc_rosalloc_,
    [all...]
  /art/runtime/gc/
heap.h 921 bool verify_pre_gc_rosalloc_; member in class:art::gc::Heap
    [all...]
heap.cc 170 verify_pre_gc_rosalloc_(verify_pre_gc_rosalloc),
    [all...]

Completed in 800 milliseconds