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

  /art/runtime/gc/
heap.cc 194 image_mod_union_table_.reset(new accounting::ModUnionTableToZygoteAllocspace(this));
195 CHECK(image_mod_union_table_.get() != NULL) << "Failed to create image mod-union table";
    [all...]
heap.h 527 UniquePtr<accounting::ModUnionTable> image_mod_union_table_; member in class:art::gc::Heap

Completed in 44 milliseconds