Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_queue.h98 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.cc35 bool IsEmpty(const std::string& item) const { in IsEmpty() function
264 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function
285 bool IsEmpty(const std::vector<int>& item) const { in IsEmpty() function
Dhash_set.h42 bool IsEmpty(const T& item) const { in IsEmpty() function
53 bool IsEmpty(T* const& item) const { in IsEmpty() function
/art/runtime/
Dintern_table.h184 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
Dclass_table.h128 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
Dtype_lookup_table.h109 bool IsEmpty() const { in IsEmpty() function
/art/libdexfile/dex/
Ddex_file_verifier.h215 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { in IsEmpty() function
/art/runtime/gc/space/
Dbump_pointer_space.h121 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/accounting/
Datomic_stack.h164 bool IsEmpty() const { in IsEmpty() function
/art/cmdline/
Dtoken_range.h161 bool IsEmpty() const { in IsEmpty() function
/art/compiler/optimizing/
Dstack_map_stream.h37 bool IsEmpty(const std::pair<DexRegisterLocation, size_t>& item) const { in IsEmpty() function
Dgvn.cc159 bool IsEmpty() const { return num_entries_ == 0; } in IsEmpty() function in art::ValueSet
Dnodes.h158 bool IsEmpty() const { return first_instruction_ == nullptr; } in IsEmpty() function
/art/compiler/utils/x86/
Dassembler_x86.h292 bool IsEmpty() const { in IsEmpty() function
/art/runtime/jit/
Dprofile_compilation_info_test.cc321 bool IsEmpty(const ProfileCompilationInfo& info) { in IsEmpty() function in art::ProfileCompilationInfoTest
Dprofile_compilation_info.cc1959 bool ProfileCompilationInfo::IsEmpty() const { in IsEmpty() function in art::ProfileCompilationInfo