Searched refs:DedupeEnabled (Results 1 – 4 of 4) sorted by relevance
45 bool DedupeEnabled() const { in DedupeEnabled() function
61 } else if (!DedupeEnabled()) { in AllocateOrDeduplicateArray()71 if (array != nullptr && !DedupeEnabled()) { in ReleaseArrayIfNotDeduplicated()
44 ASSERT_TRUE(storage->DedupeEnabled()); // The default. in TEST()
309 bool DedupeEnabled() const { in DedupeEnabled() function310 return compiled_method_storage_.DedupeEnabled(); in DedupeEnabled()