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

/art/compiler/optimizing/
H A Dload_store_analysis.h118 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } function in class:art::HeapLocation
288 if (loc->GetReferenceInfo() == ref_info &&
392 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) {
474 if (location->GetReferenceInfo()->IsSingleton()) {
479 HInstruction* ref = location->GetReferenceInfo()->GetReference();

Completed in 17 milliseconds