Home
last modified time | relevance | path

Searched refs:kNumReferences (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/
H A Dhandle_scope-inl.h32 template<size_t kNumReferences>
35 : HandleScope(link, kNumReferences) { in FixedSizeHandleScope()
41 for (size_t i = 0; i < kNumReferences; ++i) { in FixedSizeHandleScope()
46 template<size_t kNumReferences>
58 template<size_t kNumReferences>
124 template<size_t kNumReferences> template<class T>
129 template<size_t kNumReferences> template<class MirrorType>
138 template<size_t kNumReferences> template<class T>
143 template<size_t kNumReferences> template<class T>
149 template<size_t kNumReferences>
[all …]
H A Dhandle_scope.h172 template<size_t kNumReferences>
194 return kNumReferences - pos_; in RemainingSlots()
205 DCHECK_LT(i, kNumReferences); in GetHandle()
210 StackReference<mirror::Object> storage_[kNumReferences];
220 template<size_t kNumReferences>
221 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> {
H A Dhandle_scope_test.cc52 static const size_t kNumReferences = 0x9ABC; in TEST_F() local
53 StackHandleScope<kNumReferences> test_table(soa.Self()); in TEST_F()
68 EXPECT_EQ(*num_ptr, static_cast<size_t>(kNumReferences)); in TEST_F()
H A Dhandle.h132 template<size_t kNumReferences> friend class StackHandleScope;
182 template<size_t kNumReferences> friend class StackHandleScope;
H A Dclass_linker.h62 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
/aosp12/art/runtime/mirror/
H A Dclass.h65 template<size_t kNumReferences> class PACKED(4) StackHandleScope;