Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc384 for (const auto& method_it : dex_data.method_map) { in Save() local
387 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() local
492 const InlineCacheMap& inline_cache = method_it.second; in GetMethodsRegionSize()
1371 for (const auto& method_it : dex_data->method_map) { in DumpInfo() local
1373 os << "\n\t\t" << dex_file->PrettyMethod(method_it.first, true); in DumpInfo()
1375 os << method_it.first; in DumpInfo()
[all …]