Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.cc33 template <bool kCount>
34 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
87 template <bool kCount>
88 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl()
93 template <bool kCount>
94 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()
99 template <bool kCount>
100 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
105 template <bool kCount>
106 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()
[all …]
Darena_bit_vector.cc24 template <bool kCount>
37 template <bool kCount>
Darena_allocator.h99 template <bool kCount>
118 template <bool kCount>
235 template <bool kCount> friend class ArenaAllocatorStatsImpl;
Darena_containers.h83 template <bool kCount>
96 template <bool kCount>
/art/runtime/lambda/
Dclosure.h113 kCount = 0x8, in PACKED() enumerator
Dclosure.cc85 if (flags & VariableInfo::kCount) { in ParseTypeDescriptor()
179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(), in GetNumberOfCapturedVariables()
/art/compiler/dex/
Dcompiler_enums.h78 kCount enumerator