Searched refs:dex_cache_records (Results 1 – 1 of 1) sorted by relevance
1320 dchecked_vector<DexCacheRecord> dex_cache_records; in CreateImageRoots() local1321 dex_cache_records.reserve(dex_file_oat_index_map_.size()); in CreateImageRoots()1339 dex_cache_records.push_back({data.registration_index, h_dex_cache, oat_index}); in CreateImageRoots()1358 std::sort(dex_cache_records.begin(), in CreateImageRoots()1359 dex_cache_records.end(), in CreateImageRoots()1365 for (const DexCacheRecord& record : dex_cache_records) { in CreateImageRoots()