OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 35 milliseconds