Searched defs:Find (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dzip_archive.cc122 ZipEntry* ZipArchive::Find(const char* name, std::string* error_msg) const { function in class:art::ZipArchive
H A Dintern_table.cc108 return strong_interns_.Find(string);
112 return weak_interns_.Find(s);
116 return strong_interns_.Find(s);
404 CHECK(Find(string.Read()) == nullptr) << "Already found " << string.Read()->ToModifiedUtf8();
433 auto it = table.Find(GcRoot<mirror::String>(s));
442 mirror::String* InternTable::Table::Find(mirror::String* s) { function in class:art::InternTable::Table
445 auto it = table.Find(GcRoot<mirror::String>(s));
453 mirror::String* InternTable::Table::Find(const Utf8String& string) { function in class:art::InternTable::Table
456 auto it = table.Find(string);
/art/compiler/
H A Dcompiled_method.h144 std::pair<bool, int32_t> Find(uint32_t from) const { function in class:art::FINAL
/art/runtime/base/
H A Dhash_set.h362 // Find an element, returns end() if not found.
367 iterator Find(const K& key) { function in class:art::HashSet
372 const_iterator Find(const K& key) const { function in class:art::HashSet
549 // Find the hash table slot for an element, or return NumBuckets() if not found.

Completed in 97 milliseconds