Searched refs:other_dex_data (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.cc536 const DexFileData& other_dex_data = other_it.second; local
539 info_it = info_.Put(other_dex_location, DexFileData(other_dex_data.checksum));
541 info_it->second.method_set.insert(other_dex_data.method_set.begin(),
542 other_dex_data.method_set.end());
543 info_it->second.class_set.insert(other_dex_data.class_set.begin(),
544 other_dex_data.class_set.end());

Completed in 5 milliseconds