Home
last modified time | relevance | path

Searched refs:kCount (Results 1 – 9 of 9) sorted by relevance

/art/runtime/base/
Darena_allocator.cc33 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 …]
Darena_allocator.h74 template <bool kCount>
93 template <bool kCount>
159 template <bool kCount> friend class ArenaAllocatorStatsImpl;
Darena_containers.h62 template <bool kCount>
75 template <bool kCount>
/art/compiler/dex/
Dcompiler_enums.h78 kCount enumerator
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc137 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc130 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc244 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc250 DCHECK_EQ(RegStorage32FromSpecialTargetRegister_Target32[kCount], rs_rCX); in TargetReg32()
251 DCHECK_EQ(RegStorage32FromSpecialTargetRegister_Target64[kCount], rs_rCX); in TargetReg32()
Dint_x86.cc3200 RegStorage t_reg = TargetReg(kCount, kNotWide); // rCX in GenArithOpInt()
3453 RegStorage t_reg = TargetReg(kCount, kNotWide); // rCX in GenShiftOpLong()