Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h45 bool DedupeEnabled() const { in DedupeEnabled() function
Dcompiled_method_storage.cc61 } else if (!DedupeEnabled()) { in AllocateOrDeduplicateArray()
71 if (array != nullptr && !DedupeEnabled()) { in ReleaseArrayIfNotDeduplicated()
Dcompiled_method_storage_test.cc44 ASSERT_TRUE(storage->DedupeEnabled()); // The default. in TEST()
Dcompiler_driver.h309 bool DedupeEnabled() const { in DedupeEnabled() function
310 return compiled_method_storage_.DedupeEnabled(); in DedupeEnabled()