OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zygote_mod_union_table_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.cc
197
zygote_mod_union_table_
.reset(new accounting::ModUnionTableCardCache(this));
198
CHECK(
zygote_mod_union_table_
.get() != NULL) << "Failed to create Zygote mod-union table";
[
all
...]
heap.h
530
UniquePtr<accounting::ModUnionTable>
zygote_mod_union_table_
;
member in class:art::gc::Heap
Completed in 783 milliseconds