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.cc87 return strong_interns_.Find(s);
91 return weak_interns_.Find(s);
346 auto it = post_zygote_table_.Find(GcRoot<mirror::String>(s));
350 it = pre_zygote_table_.Find(GcRoot<mirror::String>(s));
356 mirror::String* InternTable::Table::Find(mirror::String* s) { function in class:art::InternTable::Table
358 auto it = pre_zygote_table_.Find(GcRoot<mirror::String>(s));
362 it = post_zygote_table_.Find(GcRoot<mirror::String>(s));
/art/compiler/
H A Dcompiled_method.h139 std::pair<bool, int32_t> Find(uint32_t from) const { function in class:art::FINAL
/art/runtime/base/
H A Dhash_set.h297 // Find an element, returns end() if not found.
302 Iterator Find(const K& element) { function in class:art::HashSet
307 ConstIterator Find(const K& element) const { function in class:art::HashSet
413 // Find the hash table slot for an element, or return NumBuckets() if not found.

Completed in 102 milliseconds