Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc125 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information"); in Dump()
219 not_safe_casts_++; in NotASafeCast()
247 size_t not_safe_casts_ = 0u; member in art::CompilerDriver::AOTCompilationStats