Lines Matching refs:DumpStat
75 static void DumpStat(size_t x, size_t y, const char* str) {
103 DumpStat(types_in_dex_cache_, types_not_in_dex_cache_, "types known to be in dex cache");
104 DumpStat(strings_in_dex_cache_, strings_not_in_dex_cache_, "strings known to be in dex cache");
105 DumpStat(resolved_types_, unresolved_types_, "types resolved");
106 DumpStat(resolved_instance_fields_, unresolved_instance_fields_, "instance fields resolved");
107 DumpStat(resolved_local_static_fields_ + resolved_static_fields_, unresolved_static_fields_,
109 DumpStat(resolved_local_static_fields_, resolved_static_fields_ + unresolved_static_fields_,
111 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information");
114 DumpStat(type_based_devirtualization_,
123 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str());
127 DumpStat(virtual_made_direct_[i],
134 DumpStat(direct_calls_to_boot_[i],
141 DumpStat(direct_methods_to_boot_[i],