Searched defs:IsEmpty (Results 1 - 16 of 16) sorted by relevance

/art/runtime/gc/
H A Dreference_queue.h98 bool IsEmpty() const { function in class:art::gc::ReferenceQueue
/art/cmdline/
H A Dtoken_range.h161 bool IsEmpty() const { function in struct:art::TokenRange
/art/runtime/gc/space/
H A Dbump_pointer_space.h121 bool IsEmpty() const { function in class:art::gc::space::FINAL
/art/runtime/
H A Dintern_table.h184 bool IsEmpty(const GcRoot<mirror::String>& item) const { function in class:art::InternTable::GcRootEmptyFn
H A Dtype_lookup_table.h51 while (!entry->IsEmpty()) {
109 bool IsEmpty() const { function in struct:art::TypeLookupTable::Entry
/art/libdexfile/dex/
H A Ddex_file_verifier.h215 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { function in struct:art::DexFileVerifier::OffsetTypeMapEmptyFn
/art/compiler/utils/
H A Ddedupe_set-inl.h127 bool IsEmpty() const { function in class:art::DedupeSet::Shard::HashedKey
142 bool IsEmpty(const HashedKey<StoreKey>& key) const { function in class:art::DedupeSet::Shard::ShardEmptyFn
143 return key.IsEmpty();
/art/libartbase/base/
H A Dbit_string.h61 bool IsEmpty() const { function in struct:art::BitStringChar
248 bool IsEmpty() const { function in struct:art::BitString
H A Dhash_set_test.cc35 bool IsEmpty(const std::string& item) const { function in struct:art::IsEmptyFnString
264 bool IsEmpty(const std::pair<std::string, int>& pair) const { function in struct:art::IsEmptyStringPair
285 bool IsEmpty(const std::vector<int>& item) const { function in struct:art::IsEmptyFnVectorInt
H A Dhash_set.h42 bool IsEmpty(const T& item) const { function in class:art::DefaultEmptyFn
53 bool IsEmpty(T* const& item) const { function in class:art::DefaultEmptyFn
60 // EmptyFn needs to implement two functions MakeEmpty(T& item) and IsEmpty(const T& item).
330 if (emptyfn_.IsEmpty(next_element)) {
455 if (!emptyfn_.IsEmpty(element)) {
477 if (!emptyfn_.IsEmpty(element)) {
567 if (emptyfn_.IsEmpty(slot)) {
578 return emptyfn_.IsEmpty(ElementForIndex(index));
626 if (!emptyfn_.IsEmpty(element)) {
644 while (!emptyfn_.IsEmpty(data
[all...]
/art/runtime/gc/accounting/
H A Datomic_stack.h164 bool IsEmpty() const { function in class:art::gc::accounting::AtomicStack
/art/compiler/optimizing/
H A Dgvn.cc146 if (IsEmpty()) {
148 } else if (predecessor->IsEmpty()) {
159 bool IsEmpty() const { return num_entries_ == 0; } function in class:art::ValueSet
447 if (!set->IsEmpty()) {
465 if (set->IsEmpty()) {
H A Dstack_map_stream.h37 bool IsEmpty(const std::pair<DexRegisterLocation, size_t>& item) const { function in class:art::LocationCatalogEntriesIndicesEmptyFn
H A Dnodes.h158 bool IsEmpty() const { return first_instruction_ == nullptr; } function in class:art::HInstructionList
/art/compiler/utils/x86/
H A Dassembler_x86.h292 bool IsEmpty() const { function in class:art::x86::ConstantArea
807 bool IsConstantAreaEmpty() const { return constant_area_.IsEmpty(); }
/art/runtime/jit/
H A Dprofile_compilation_info_test.cc314 ASSERT_TRUE(loaded_info.IsEmpty());
321 bool IsEmpty(const ProfileCompilationInfo& info) { function in class:art::ProfileCompilationInfoTest
322 return info.IsEmpty();
1259 ASSERT_TRUE(IsEmpty(loaded_info));
1348 ASSERT_FALSE(IsEmpty(info));
1350 ASSERT_TRUE(IsEmpty(info));

Completed in 238 milliseconds