Searched refs:DeduplicateCode (Results 1 – 3 of 3) sorted by relevance
51 const LengthPrefixedArray<uint8_t>* DeduplicateCode(const ArrayRef<const uint8_t>& code);
201 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCode( in DeduplicateCode() function in art::CompiledMethodStorage
29 quick_code_(compiler_driver_->GetCompiledMethodStorage()->DeduplicateCode(quick_code)) { in CompiledCode()