Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 17 of 17) sorted by relevance

/art/runtime/gc/
Dreference_queue.h101 bool IsEmpty() const { in IsEmpty() function
/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
Dhash_set_test.cc37 bool IsEmpty(const std::string& item) const { in IsEmpty() function
266 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function
287 bool IsEmpty(const std::vector<int>& item) const { in IsEmpty() function
Dhiddenapi_flags.h276 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty() function
Dhash_set.h120 bool IsEmpty(const T& item) const { in IsEmpty() function
131 bool IsEmpty(T* const& item) const { in IsEmpty() function
/art/runtime/
Dclass_table.h128 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
Dintern_table.h99 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
/art/libdexfile/dex/
Ddex_file_verifier.h224 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { in IsEmpty() function
Dtype_lookup_table.h126 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/space/
Dbump_pointer_space.h123 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/accounting/
Datomic_stack.h165 bool IsEmpty() const { in IsEmpty() function
/art/cmdline/
Dtoken_range.h161 bool IsEmpty() const { in IsEmpty() function
/art/compiler/optimizing/
Dgvn.cc156 bool IsEmpty() const { return num_entries_ == 0; } in IsEmpty() function in art::ValueSet
Dnodes.h162 bool IsEmpty() const { return first_instruction_ == nullptr; } in IsEmpty() function
/art/compiler/utils/x86/
Dassembler_x86.h292 bool IsEmpty() const { in IsEmpty() function
/art/libprofile/profile/
Dprofile_compilation_info_test.cc186 bool IsEmpty(const ProfileCompilationInfo& info) { in IsEmpty() function in art::ProfileCompilationInfoTest
Dprofile_compilation_info.cc2097 bool ProfileCompilationInfo::IsEmpty() const { in IsEmpty() function in art::ProfileCompilationInfo