Searched refs:method_it (Results 1 – 1 of 1) sorted by relevance
384 for (const auto& method_it : dex_data.method_map) { in Save() local387 DCHECK_GE(method_it.first, last_method_index); in Save()388 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save()389 last_method_index = method_it.first; in Save()391 AddInlineCacheToBuffer(&buffer, method_it.second); in Save()491 for (const auto& method_it : dex_data.method_map) { in GetMethodsRegionSize() local492 const InlineCacheMap& inline_cache = method_it.second; in GetMethodsRegionSize()1371 for (const auto& method_it : dex_data->method_map) { in DumpInfo() local1373 os << "\n\t\t" << dex_file->PrettyMethod(method_it.first, true); in DumpInfo()1375 os << method_it.first; in DumpInfo()[all …]