HomeSort by relevance Sort by last modified time
    Searched refs:DedupeEnabled (Results 1 - 4 of 4) sorted by null

  /art/compiler/driver/
compiled_method_storage.h 43 bool DedupeEnabled() const {
compiled_method_storage.cc 59 } else if (!DedupeEnabled()) {
69 if (array != nullptr && !DedupeEnabled()) {
compiled_method_storage_test.cc 46 ASSERT_TRUE(storage->DedupeEnabled()); // The default.
compiler_driver.h 293 bool DedupeEnabled() const {
294 return compiled_method_storage_.DedupeEnabled();

Completed in 48 milliseconds