Searched refs:string_ref_info_ (Results 1 – 1 of 1) sorted by relevance
371 string_ref_info_(0), in CollectStringReferenceVisitor()409 string_ref_info_.emplace_back(reinterpret_cast<uintptr_t>(obj.Ptr()), in operator ()()422 string_ref_info_.emplace_back(first, second); in AddStringRefInfo()426 return std::move(string_ref_info_); in MoveRefInfo()442 mutable std::vector<HeapReferencePointerInfo> string_ref_info_; member in art::linker::ImageWriter::CollectStringReferenceVisitor