Home
last modified time | relevance | path

Searched refs:IsSingletonAndRemovable (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc195 if (ri->IsSingletonAndRemovable()) { in DumpReferenceStats()
Dload_store_analysis.h116 bool IsSingletonAndRemovable() const { in IsSingletonAndRemovable() function
Dload_store_elimination.cc1076 if (!ref_info->IsSingletonAndRemovable() && in HandleExit()
1175 if (ref_info->IsSingletonAndRemovable() && !new_instance->NeedsChecks()) { in VisitNewInstance()
1208 if (ref_info->IsSingletonAndRemovable()) { in VisitNewArray()