Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h42 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
Dcompiler_driver.h305 void SetDedupeEnabled(bool dedupe_enabled) { in SetDedupeEnabled() function
306 compiled_method_storage_.SetDedupeEnabled(dedupe_enabled); in SetDedupeEnabled()
Dcompiler_driver.cc302 compiled_method_storage_.SetDedupeEnabled(compiler_options_->DeduplicateCode()); in CompilerDriver()
/art/compiler/jit/
Djit_compiler.cc151 compiler_driver_->SetDedupeEnabled(false); in JitCompiler()