HomeSort by relevance Sort by last modified time
    Searched refs:GetReferenceInfo (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
load_store_analysis.h 118 ReferenceInfo* GetReferenceInfo() const { return ref_info_; }
288 if (loc->GetReferenceInfo() == ref_info &&
392 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) {
474 if (location->GetReferenceInfo()->IsSingleton()) {
479 HInstruction* ref = location->GetReferenceInfo()->GetReference();
load_store_elimination.cc 369 ReferenceInfo* ref_info = location->GetReferenceInfo();
405 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo();
    [all...]

Completed in 78 milliseconds