Home
last modified time | relevance | path

Searched refs:bcp_checksums_by_index_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/oat/
Doat_file_assistant_context.cc85 current_bcp_checksums = &bcp_checksums_by_index_[bcp_index++];
155 if (auto it = bcp_checksums_by_index_.find(bcp_index); it != bcp_checksums_by_index_.end()) { in GetBcpChecksums()
170 std::vector<std::string>& bcp_checksums = bcp_checksums_by_index_[bcp_index]; in GetBcpChecksums()
Doat_file_assistant_context.h84 std::unordered_map<size_t, std::vector<std::string>> bcp_checksums_by_index_; variable