Home
last modified time | relevance | path

Searched refs:DedupeEnabled (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcompiled_method.cc136 : CompiledCode(driver, instruction_set, quick_code, !driver->DedupeEnabled()), in CompiledMethod()
137 owns_arrays_(!driver->DedupeEnabled()), in CompiledMethod()
/art/compiler/driver/
Dcompiler_driver.h434 bool DedupeEnabled() const { in DedupeEnabled() function