Searched refs:heap_refs_ (Results 1 – 1 of 1) sorted by relevance
2901 heap_refs_(alloc_->Adapter(kArenaAllocLSE)), in PartialLoadStoreEliminationHelper()2914 heap_refs_.reserve(num_partial_singletons);2920 if (heap_refs_.empty()) { in ~PartialLoadStoreEliminationHelper()3376 return ArrayRef<HeapReferenceData>(heap_refs_); in GetHeapRefs()3565 auto it = std::find_if(heap_refs_.begin(), heap_refs_.end(), [&](HeapReferenceData& data) { in RecordHeapRefField()3569 (it == heap_refs_.end()) in RecordHeapRefField()3570 ? heap_refs_.emplace_back(this, in RecordHeapRefField()3601 ScopedArenaVector<HeapReferenceData> heap_refs_; member in art::PartialLoadStoreEliminationHelper