Searched defs:IsSingleton (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_analysis.h54 bool IsSingleton() const { function in class:art::ReferenceInfo
111 if (ref_info->IsSingleton() && !IsArray()) {
345 } else if (ref_info1->IsSingleton()) {
347 } else if (ref_info2->IsSingleton()) {
474 if (location->GetReferenceInfo()->IsSingleton()) {

Completed in 51 milliseconds