Lines Matching refs:size_t
47 SafeMap<size_t, size_t> types_;
49 SafeMap<size_t, size_t> fields_;
51 SafeMap<size_t, size_t> methods_;
53 SafeMap<size_t, size_t> strings_;
70 std::map<size_t, TypeLinkage>& types);
79 size_t alignment_ = 1u;
86 std::vector<size_t> move_result_reg_;
87 std::vector<size_t> first_arg_reg_count_;
88 std::vector<size_t> opcode_count_;
89 std::map<std::pair<uint32_t, uint32_t>, size_t> method_linkage_counts_;
90 std::map<std::pair<uint32_t, uint32_t>, size_t> field_linkage_counts_;
91 std::map<std::vector<uint8_t>, size_t> instruction_freq_;