Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc98 static void DumpStat(size_t x, size_t y, const char* str) { in DumpStat() function
124 DumpStat(resolved_types_, unresolved_types_, "types resolved"); in Dump()
125 DumpStat(resolved_instance_fields_, unresolved_instance_fields_, "instance fields resolved"); in Dump()
126 DumpStat(resolved_local_static_fields_ + resolved_static_fields_, unresolved_static_fields_, in Dump()
128 DumpStat(resolved_local_static_fields_, resolved_static_fields_ + unresolved_static_fields_, in Dump()
130 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information"); in Dump()
133 DumpStat(type_based_devirtualization_, in Dump()
142 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str()); in Dump()
146 DumpStat(virtual_made_direct_[i], in Dump()
153 DumpStat(direct_calls_to_boot_[i], in Dump()
[all …]