Searched refs:short_bytecode_ (Results 1 – 2 of 2) sorted by relevance
280 ++stats->short_bytecode_; in ProcessDexFile()504 os << " short_bytecode: " << Percent(stats.short_bytecode_, fields_total) << "\n"; in Dump()505 os << " short_bytecode_savings=" << Percent(stats.short_bytecode_ * 2, total_size) << "\n"; in Dump()521 os << " short_bytecode: " << Percent(stats.short_bytecode_, fields_total) << "\n"; in Dump()522 os << " short_bytecode_savings=" << Percent(stats.short_bytecode_ * 2, total_size) << "\n"; in Dump()
115 uint64_t short_bytecode_ = 0u; member