Lines Matching refs:uint64_t
48 std::string PercentDivide(uint64_t value, uint64_t max);
52 std::string Percent(uint64_t value, uint64_t max);
60 virtual void Dump(std::ostream& os, uint64_t total_size) const = 0;
69 void Dump(std::ostream& os, uint64_t total_size) const override;
97 void Dump(std::ostream& os, uint64_t total_size) const override;
104 uint64_t total_unique_code_items_ = 0u;
108 uint64_t field_index_[kMaxFieldIndex] = {};
109 uint64_t field_index_other_ = 0u;
110 uint64_t field_index_other_class_ = 0u; // Includes superclass fields referenced with
115 uint64_t short_bytecode_ = 0u;
117 uint64_t inout_[16] = {}; // Input for IPUT/SPUT, output for IGET/SGET.
120 uint64_t receiver_[16] = {};
123 uint64_t inout_other_ = 0u; // Input for SPUT, output for SGET.
131 uint64_t total_unique_method_names_ = 0u;
132 uint64_t total_unique_field_names_ = 0u;
133 uint64_t total_unique_type_names_ = 0u;
134 uint64_t total_unique_mf_names_ = 0u;
157 uint64_t uses_top_types_ = 0u;
158 uint64_t uses_all_types_ = 0u;
159 uint64_t total_unique_types_ = 0u;
167 void Dump(std::ostream& os, uint64_t total_size) const override;
171 uint64_t arg_counts_[kMaxArgCount] = {};
172 uint64_t move_result_savings_ = 0u;