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