Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h46 bool DedupeEnabled() const { in DedupeEnabled() function
Dcompiled_method_storage_test.cc28 ASSERT_TRUE(storage.DedupeEnabled()); // The default. in TEST()
Dcompiled_method_storage.cc62 } else if (!DedupeEnabled()) { in AllocateOrDeduplicateArray()
72 if (array != nullptr && !DedupeEnabled()) { in ReleaseArrayIfNotDeduplicated()
/art/dex2oat/driver/
Dcompiler_driver.h196 bool DedupeEnabled() const { in DedupeEnabled() function
197 return compiled_method_storage_.DedupeEnabled(); in DedupeEnabled()