Searched refs:MakeEmpty (Results 1 - 7 of 7) sorted by relevance

/art/compiler/utils/
H A Ddedupe_set-inl.h130 void MakeEmpty() { function in class:art::DedupeSet::Shard::HashedKey
145 void MakeEmpty(HashedKey<StoreKey>& key) { function in class:art::DedupeSet::Shard::ShardEmptyFn
146 key.MakeEmpty();
/art/runtime/base/
H A Dhash_set.h35 void MakeEmpty(T& item) const { function in class:art::DefaultEmptyFn
46 void MakeEmpty(T*& item) const { function in class:art::DefaultEmptyFn
56 // EmptyFn needs to implement two functions MakeEmpty(T& item) and IsEmpty(const T& item).
327 emptyfn_.MakeEmpty(ElementForIndex(empty_index));
473 emptyfn_.MakeEmpty(temp);
582 emptyfn_.MakeEmpty(data_[i]);
H A Dhash_set_test.cc32 void MakeEmpty(std::string& item) const { function in struct:art::IsEmptyFnString
261 void MakeEmpty(std::pair<std::string, int>& pair) const { function in struct:art::IsEmptyStringPair
282 void MakeEmpty(std::vector<int>& item) const { function in struct:art::IsEmptyFnVectorInt
/art/compiler/optimizing/
H A Dstack_map_stream.h34 void MakeEmpty(std::pair<DexRegisterLocation, size_t>& item) const { function in class:art::LocationCatalogEntriesIndicesEmptyFn
/art/runtime/
H A Dclass_table.h117 void MakeEmpty(TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS {
H A Ddex_file_verifier.h210 void MakeEmpty(std::pair<uint32_t, uint16_t>& pair) const { function in struct:art::DexFileVerifier::OffsetTypeMapEmptyFn
H A Dintern_table.h176 void MakeEmpty(GcRoot<mirror::String>& item) const { function in class:art::InternTable::GcRootEmptyFn

Completed in 111 milliseconds