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

/art/cmdline/
H A Dtoken_range.h159 bool IsEmpty() const { function in struct:art::TokenRange
/art/compiler/
H A Delf_builder.h191 bool IsEmpty() const { function in class:art::FINAL::FINAL
317 bool IsEmpty() const { function in class:art::FINAL::FINAL
618 if (!symtab_.IsEmpty()) {
/art/compiler/optimizing/
H A Dgvn.cc129 if (IsEmpty()) {
131 } else if (predecessor->IsEmpty()) {
142 bool IsEmpty() const { return num_entries_ == 0; } function in class:art::ValueSet
360 if (!set->IsEmpty()) {
367 if (set->IsEmpty()) {
H A Dnodes.h92 bool IsEmpty() const { return first_instruction_ == nullptr; } function in class:art::HInstructionList
705 DCHECK(!GetPredecessors().IsEmpty());
933 if (IsEmpty()) {
974 bool IsEmpty() const { function in class:art::HUseList
1391 bool HasUses() const { return !uses_.IsEmpty() || !env_uses_.IsEmpty(); }
1392 bool HasEnvironmentUses() const { return !env_uses_.IsEmpty(); }
1393 bool HasNonEnvironmentUses() const { return !uses_.IsEmpty(); }
4012 DCHECK(!graph.GetReversePostOrder().IsEmpty());
4031 DCHECK(!graph.GetReversePostOrder().IsEmpty());
[all...]
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.h75 bool IsEmpty() const { function in class:art::arm::ShifterOperand
/art/compiler/utils/
H A Dgrowable_array.h146 bool IsEmpty() const { return num_used_ == 0; } function in class:art::GrowableArray
/art/runtime/base/
H A Dhash_set.h37 bool IsEmpty(const T& item) const { function in class:art::DefaultEmptyFn
48 bool IsEmpty(const T*& item) const { function in class:art::DefaultEmptyFn
55 // EmptyFn needs to implement two functions MakeEmpty(T& item) and IsEmpty(const T& item).
261 if (emptyfn_.IsEmpty(next_element)) {
351 if (!emptyfn_.IsEmpty(element)) {
373 if (!emptyfn_.IsEmpty(element)) {
421 if (emptyfn_.IsEmpty(slot)) {
432 return emptyfn_.IsEmpty(ElementForIndex(index));
486 if (!emptyfn_.IsEmpty(element)) {
499 while (!emptyfn_.IsEmpty(data
[all...]
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
/art/runtime/
H A Dclass_linker.h726 bool IsEmpty(const GcRoot<mirror::Class>& item) const { function in class:art::ClassLinker::GcRootEmptyFn
H A Ddex_file.h1028 bool IsEmpty(const std::pair<const char*, const ClassDef*>& pair) const { function in struct:art::DexFile::UTF16EmptyFn
H A Dintern_table.h126 bool IsEmpty(const GcRoot<mirror::String>& item) const { function in class:art::InternTable::GcRootEmptyFn
/art/runtime/gc/accounting/
H A Datomic_stack.h155 bool IsEmpty() const { function in class:art::gc::accounting::AtomicStack
/art/runtime/gc/collector/
H A Dconcurrent_copying.h115 bool IsEmpty() { function in class:art::gc::collector::MarkQueue
H A Dimmune_region.h68 bool IsEmpty() const { function in class:art::gc::collector::ImmuneRegion
/art/runtime/gc/
H A Dreference_queue.h87 bool IsEmpty() const { function in class:art::gc::ReferenceQueue
/art/runtime/gc/space/
H A Dbump_pointer_space.h115 bool IsEmpty() const { function in class:art::gc::space::FINAL

Completed in 331 milliseconds