Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h44 bool DedupeEnabled() const { in DedupeEnabled() function
Dcompiled_method_storage.cc59 } else if (!DedupeEnabled()) { in AllocateOrDeduplicateArray()
69 if (array != nullptr && !DedupeEnabled()) { in ReleaseArrayIfNotDeduplicated()
Dcompiled_method_storage_test.cc51 ASSERT_TRUE(storage->DedupeEnabled()); // The default. in TEST()
Dcompiler_driver.h420 bool DedupeEnabled() const { in DedupeEnabled() function
421 return compiled_method_storage_.DedupeEnabled(); in DedupeEnabled()