Searched refs:kCount (Results 1 – 9 of 9) sorted by relevance
33 template <bool kCount>34 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {63 template <bool kCount>64 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl()69 template <bool kCount>70 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()75 template <bool kCount>76 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()81 template <bool kCount>82 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()[all …]
74 template <bool kCount>93 template <bool kCount>159 template <bool kCount> friend class ArenaAllocatorStatsImpl;
62 template <bool kCount>75 template <bool kCount>
78 kCount enumerator
137 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
130 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
244 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
250 DCHECK_EQ(RegStorage32FromSpecialTargetRegister_Target32[kCount], rs_rCX); in TargetReg32()251 DCHECK_EQ(RegStorage32FromSpecialTargetRegister_Target64[kCount], rs_rCX); in TargetReg32()
3200 RegStorage t_reg = TargetReg(kCount, kNotWide); // rCX in GenArithOpInt()3453 RegStorage t_reg = TargetReg(kCount, kNotWide); // rCX in GenShiftOpLong()