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

  /art/runtime/
parsed_options.h 59 bool verify_pre_sweeping_heap_; member in class:art::ParsedOptions
parsed_options.cc 137 verify_pre_sweeping_heap_ = true;
139 verify_pre_sweeping_heap_ = false;
222 verify_pre_sweeping_heap_ = kIsDebugBuild;
    [all...]
runtime.cc 742 options->verify_pre_sweeping_heap_,
    [all...]
  /art/runtime/gc/
heap.h 918 const bool verify_pre_sweeping_heap_; member in class:art::gc::Heap
    [all...]
heap.cc 167 verify_pre_sweeping_heap_(verify_pre_sweeping_heap),
    [all...]

Completed in 232 milliseconds