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

/art/runtime/
H A Dindirect_reference_table.cc128 // Find the first hole; likely to be near the end of the list.
197 static int Find(mirror::Object* direct_pointer, int bottomIndex, int topIndex, const mirror::Object** table) { function in namespace:art
207 return Find(direct_pointer, 0, segment_state_.parts.topIndex, table_) != -1;
238 idx = Find(direct_pointer, bottomIndex, topIndex, table_);
H A Dzip_archive.cc359 ZipEntry* ZipArchive::Find(const char* name) const { function in class:art::ZipArchive
377 // Find the zip Central Directory and memory-map it.

Completed in 68 milliseconds