Home
last modified time | relevance | path

Searched refs:TableType (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table_test.cc32 enum TableType { enum in art::gc::accounting::ModUnionTableFactory
40 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space);
66 void RunTest(ModUnionTableFactory::TableType type);
119 std::ostream& operator<<(std::ostream& oss, ModUnionTableFactory::TableType type) { in operator <<()
137 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space) { in Create()
163 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest()