Searched refs:method_it (Results 1 – 1 of 1) sorted by relevance
421 for (const auto& method_it : dex_data.method_map) { in Save() local424 DCHECK_GE(method_it.first, last_method_index); in Save()425 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save()426 last_method_index = method_it.first; in Save()428 AddInlineCacheToBuffer(&buffer, method_it.second); in Save()533 for (const auto& method_it : dex_data.method_map) { in GetMethodsRegionSize() local534 const InlineCacheMap& inline_cache = method_it.second; in GetMethodsRegionSize()1106 for (const auto& method_it : dex_data->method_map) { in VerifyProfileData() local1107 size_t method_id = (size_t)(method_it.first); in VerifyProfileData()1116 const InlineCacheMap &inline_cache_map = method_it.second; in VerifyProfileData()[all …]