Searched defs:IsEmpty (Results 1 – 17 of 17) sorted by relevance
98 bool IsEmpty() const { in IsEmpty() function
61 bool IsEmpty() const { in IsEmpty() function248 bool IsEmpty() const { in IsEmpty() function
35 bool IsEmpty(const std::string& item) const { in IsEmpty() function264 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function285 bool IsEmpty(const std::vector<int>& item) const { in IsEmpty() function
42 bool IsEmpty(const T& item) const { in IsEmpty() function53 bool IsEmpty(T* const& item) const { in IsEmpty() function
184 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
128 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
109 bool IsEmpty() const { in IsEmpty() function
215 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { in IsEmpty() function
121 bool IsEmpty() const { in IsEmpty() function
164 bool IsEmpty() const { in IsEmpty() function
161 bool IsEmpty() const { in IsEmpty() function
37 bool IsEmpty(const std::pair<DexRegisterLocation, size_t>& item) const { in IsEmpty() function
159 bool IsEmpty() const { return num_entries_ == 0; } in IsEmpty() function in art::ValueSet
158 bool IsEmpty() const { return first_instruction_ == nullptr; } in IsEmpty() function
292 bool IsEmpty() const { in IsEmpty() function
321 bool IsEmpty(const ProfileCompilationInfo& info) { in IsEmpty() function in art::ProfileCompilationInfoTest
1959 bool ProfileCompilationInfo::IsEmpty() const { in IsEmpty() function in art::ProfileCompilationInfo