Searched defs:not_safe_casts_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc119 safe_casts_(0), not_safe_casts_(0) {
136 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information");
230 not_safe_casts_++;
255 size_t not_safe_casts_; member in class:art::CompilerDriver::AOTCompilationStats

Completed in 48 milliseconds