Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc119 safe_casts_(0), not_safe_casts_(0) { in AOTCompilationStats()
136 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information"); in Dump()
224 safe_casts_++; in SafeCast()
254 size_t safe_casts_; member in art::CompilerDriver::AOTCompilationStats