Home
last modified time | relevance | path

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

/art/libartbase/base/
Darena_allocator.cc33 template <bool kCount>
34 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
100 template <bool kCount>
101 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl()
106 template <bool kCount>
107 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()
112 template <bool kCount>
113 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
118 template <bool kCount>
119 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()
[all …]
Darena_bit_vector.cc24 template <bool kCount>
37 template <bool kCount>
Dbit_string_test.cc69 template <size_t kCount = BitString::kCapacity>
73 for (size_t i = 0; i < kCount; ++i) { in MakeBitStringMax()
Darena_allocator.h110 template <bool kCount>
129 template <bool kCount>
220 template <bool kCount> friend class ArenaAllocatorStatsImpl;
Darena_containers.h101 template <bool kCount>
114 template <bool kCount>
/art/runtime/
Dsubtype_check_info_test.cc69 template <size_t kCount = BitString::kCapacity>
73 for (size_t i = 0; i < kCount; ++i) { in MakeBitStringMax()
Dstack.h145 template <CountTransitions kCount = CountTransitions::kYes>
Dstack.cc829 template <StackVisitor::CountTransitions kCount>
974 if (kCount == CountTransitions::kYes || !method->IsRuntimeMethod()) { in WalkStack()
998 if (kCount == CountTransitions::kYes) { in WalkStack()
/art/compiler/jni/
Djni_compiler_test.cc76 kCount // How many different types of JNIs we can have. enumerator
80 static constexpr size_t kJniKindCount = static_cast<size_t>(JniKind::kCount);