Home
last modified time | relevance | path

Searched refs:SetDedupeEnabled (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.h192 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
193 compiled_method_storage_.SetDedupeEnabled(dedupe_enabled); in SetDedupeEnabled()
Dcompiled_method_storage.h45 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
Dcompiler_driver.cc271 compiled_method_storage_.SetDedupeEnabled(compiler_options_->DeduplicateCode()); in CompilerDriver()