Searched refs:SetDedupeEnabled (Results 1 – 3 of 3) sorted by relevance
43 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
192 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function193 compiled_method_storage_.SetDedupeEnabled(dedupe_enabled); in SetDedupeEnabled()
273 compiled_method_storage_.SetDedupeEnabled(compiler_options_->DeduplicateCode()); in CompilerDriver()