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

/art/runtime/gc/
H A Dreference_queue.h77 bool IsEmpty() const { function in class:art::gc::ReferenceQueue
/art/runtime/gc/collector/
H A Dimmune_region.h61 bool IsEmpty() const { function in class:art::gc::collector::ImmuneRegion
/art/runtime/
H A Dintern_table.h111 bool IsEmpty(const GcRoot<mirror::String>& item) const { function in class:art::InternTable::GcRootEmptyFn
H A Dclass_linker.h724 bool IsEmpty(const GcRoot<mirror::Class>& item) const { function in class:art::ClassLinker::GcRootEmptyFn
H A Ddex_file.h1003 bool IsEmpty(const std::pair<const char*, const ClassDef*>& pair) const { function in struct:art::DexFile::UTF16EmptyFn
/art/runtime/gc/space/
H A Dbump_pointer_space.h115 bool IsEmpty() const { function in class:art::gc::space::FINAL
/art/runtime/base/
H A Dhash_set_test.cc33 bool IsEmpty(const std::string& item) const { function in struct:art::IsEmptyFnString
206 bool IsEmpty(const std::pair<std::string, int>& pair) const { function in struct:art::IsEmptyStringPair
H A Dhash_set.h36 bool IsEmpty(const T& item) const { function in class:art::DefaultEmptyFn
47 bool IsEmpty(const T*& item) const { function in class:art::DefaultEmptyFn
54 // EmptyFn needs to implement two functions MakeEmpty(T& item) and IsEmpty(const T& item)
192 if (emptyfn_.IsEmpty(next_element)) {
241 if (emptyfn_.IsEmpty(slot)) {
276 if (!emptyfn_.IsEmpty(element)) {
296 if (!emptyfn_.IsEmpty(element)) {
333 return emptyfn_.IsEmpty(ElementForIndex(index));
377 if (!emptyfn_.IsEmpty(element)) {
385 while (!emptyfn_.IsEmpty(data
[all...]
/art/compiler/utils/
H A Dgrowable_array.h183 bool IsEmpty() const { return num_used_ == 0; } function in class:art::GrowableArray
/art/runtime/gc/accounting/
H A Datomic_stack.h134 bool IsEmpty() const { function in class:art::gc::accounting::AtomicStack
/art/compiler/utils/arm/
H A Dassembler_arm.h71 bool IsEmpty() const { function in class:art::arm::ShifterOperand

Completed in 202 milliseconds