Home
last modified time | relevance | path

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

/art/compiler/utils/
Darena_allocator.cc34 template <bool kCount>
35 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
53 template <bool kCount>
54 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl()
59 template <bool kCount>
60 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()
65 template <bool kCount>
66 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
71 template <bool kCount>
72 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()
[all …]
Darena_allocator.h63 template <bool kCount>
82 template <bool kCount>
141 template <bool kCount> friend class ArenaAllocatorStatsImpl;
Darena_containers.h62 template <bool kCount>
74 template <bool kCount>
/art/compiler/dex/
Dcompiler_enums.h68 kCount enumerator
/art/compiler/dex/quick/mips/
Dtarget_mips.cc107 case kCount: res_reg = rs_rMIPS_COUNT; break; in TargetReg()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc115 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc135 case kCount: res_reg = RegStorage::InvalidReg(); break; in TargetReg()
/art/compiler/dex/quick/x86/
Dint_x86.cc2814 RegStorage t_reg = TargetReg(kCount, kNotWide); // rCX in GenArithOpInt()
3002 RegStorage t_reg = TargetReg(kCount, kNotWide); // rCX in GenShiftOpLong()
Dtarget_x86.cc228 case kCount: res_reg = rs_rX86_COUNT; break; in TargetReg32()