Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h43 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
/art/dex2oat/driver/
Dcompiler_driver.h189 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
190 compiled_method_storage_.SetDedupeEnabled(dedupe_enabled); in SetDedupeEnabled()
Dcompiler_driver.cc270 compiled_method_storage_.SetDedupeEnabled(compiler_options_->DeduplicateCode()); in CompilerDriver()