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

  /art/compiler/driver/
compiler_options_map.def 62 COMPILER_OPTIONS_KEY (bool, DeduplicateCode, true)
compiled_method_storage.h 54 const LengthPrefixedArray<uint8_t>* DeduplicateCode(const ArrayRef<const uint8_t>& code);
compiler_options_map-inl.h 79 options->deduplicate_code_ = map.GetOrDefault(Base::DeduplicateCode);
147 .IntoKey(Map::DeduplicateCode)
compiler_options.h 323 bool DeduplicateCode() const {
compiled_method_storage.cc 177 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCode(
  /art/compiler/
compiled_method.cc 28 quick_code_(storage->DeduplicateCode(quick_code)),
  /art/dex2oat/driver/
compiler_driver.cc 271 compiled_method_storage_.SetDedupeEnabled(compiler_options_->DeduplicateCode());
    [all...]

Completed in 1409 milliseconds