Searched defs:IsEmpty (Results 1 - 17 of 17) sorted by last modified time

/art/runtime/base/
H A Dhash_set.h38 bool IsEmpty(const T& item) const { function in class:art::DefaultEmptyFn
49 bool IsEmpty(T* const& item) const { function in class:art::DefaultEmptyFn
56 // EmptyFn needs to implement two functions MakeEmpty(T& item) and IsEmpty(const T& item).
326 if (emptyfn_.IsEmpty(next_element)) {
449 if (!emptyfn_.IsEmpty(element)) {
471 if (!emptyfn_.IsEmpty(element)) {
561 if (emptyfn_.IsEmpty(slot)) {
572 return emptyfn_.IsEmpty(ElementForIndex(index));
620 if (!emptyfn_.IsEmpty(element)) {
638 while (!emptyfn_.IsEmpty(data
[all...]
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
/art/runtime/
H A Dclass_table.h60 bool IsEmpty(const GcRoot<mirror::Class>& item) const { function in class:art::ClassTable::GcRootEmptyFn
H A Ddex_file_verifier.h189 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { function in struct:art::DexFileVerifier::OffsetTypeMapEmptyFn
H A Dintern_table.h174 bool IsEmpty(const GcRoot<mirror::String>& item) const { function in class:art::InternTable::GcRootEmptyFn
H A Dtype_lookup_table.h49 while (!entry->IsEmpty()) {
106 bool IsEmpty() const { function in struct:art::TypeLookupTable::Entry
/art/runtime/gc/accounting/
H A Datomic_stack.h154 bool IsEmpty() const { function in class:art::gc::accounting::AtomicStack
/art/runtime/gc/
H A Dreference_queue.h88 bool IsEmpty() const { function in class:art::gc::ReferenceQueue
/art/runtime/gc/space/
H A Dbump_pointer_space.h117 bool IsEmpty() const { function in class:art::gc::space::FINAL
/art/runtime/lambda/
H A Dbox_table.cc292 bool BoxTable::EmptyFn::IsEmpty(const std::pair<UnorderedMapKeyType, ValueType>& item) const { function in class:art::lambda::BoxTable::EmptyFn
/art/cmdline/
H A Dtoken_range.h159 bool IsEmpty() const { function in struct:art::TokenRange
/art/compiler/optimizing/
H A Dgvn.cc144 if (IsEmpty()) {
146 } else if (predecessor->IsEmpty()) {
157 bool IsEmpty() const { return num_entries_ == 0; } function in class:art::ValueSet
455 if (!set->IsEmpty()) {
473 if (set->IsEmpty()) {
H A Dnodes.h131 bool IsEmpty() const { return first_instruction_ == nullptr; } function in class:art::HInstructionList
H A Dstack_map_stream.h36 bool IsEmpty(const std::pair<DexRegisterLocation, size_t>& item) const { function in class:art::LocationCatalogEntriesIndicesEmptyFn
/art/compiler/utils/arm/
H A Dassembler_arm.h161 bool IsEmpty() const { function in class:art::arm::ShifterOperand
/art/compiler/utils/
H A Ddedupe_set-inl.h125 bool IsEmpty() const { function in class:art::DedupeSet::Shard::HashedKey
140 bool IsEmpty(const HashedKey<StoreKey>& key) const { function in class:art::DedupeSet::Shard::ShardEmptyFn
141 return key.IsEmpty();
/art/compiler/utils/x86/
H A Dassembler_x86.h288 bool IsEmpty() const { function in class:art::x86::ConstantArea
790 bool IsConstantAreaEmpty() const { return constant_area_.IsEmpty(); }

Completed in 290 milliseconds