HomeSort by relevance Sort by last modified time
    Searched full:not_safe_casts_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/driver/
compiler_driver.cc 80 safe_casts_(0), not_safe_casts_(0) {
99 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information");
250 not_safe_casts_++;
281 size_t not_safe_casts_; member in class:art::AOTCompilationStats
    [all...]

Completed in 706 milliseconds