Searched refs:IsSingletonAndRemovable (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_elimination.cc460 if (ref_info->IsSingletonAndRemovable() &&
809 if (!ref_info->IsSingletonAndRemovable()) {
883 if (ref_info->IsSingletonAndRemovable() && !new_instance->NeedsChecks()) {
907 if (ref_info->IsSingletonAndRemovable()) {
H A Dload_store_analysis.h61 bool IsSingletonAndRemovable() const { function in class:art::ReferenceInfo

Completed in 42 milliseconds