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

/art/compiler/driver/
H A Dcompiler_driver.cc75 static void DumpStat(size_t x, size_t y, const char* str) { function in namespace:art
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
[all...]

Completed in 386 milliseconds