/art/libdexfile/dex/ |
D | type_lookup_table_test.cc | 39 TEST_P(TypeLookupTableTest, Find) { in TEST_P() argument
|
D | art_dex_file_loader.cc | 118 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(zip_entry_name.c_str(), error_msg)); in GetMultiDexChecksums() 138 zip_entry.reset(zip_archive->Find(zip_entry_name.c_str(), error_msg)); in GetMultiDexChecksums() 390 std::unique_ptr<ZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in OpenOneDexFileFromZip()
|
D | dex_file_loader.cc | 122 DexZipEntry* Find(const char* name, std::string* error_msg) const { in Find() function in art::DexZipArchive 399 std::unique_ptr<DexZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in OpenOneDexFileFromZip()
|
/art/libartbase/base/ |
D | zip_archive_test.cc | 39 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find("classes.dex", &error_msg)); in TEST_F()
|
D | zip_archive.h | 91 ZipEntry* Find(const char* name, std::string* error_msg) const;
|
D | zip_archive.cc | 256 ZipEntry* ZipArchive::Find(const char* name, std::string* error_msg) const { in Find() function in art::ZipArchive
|
/art/runtime/ |
D | intern_table.cc | 110 return strong_interns_.Find(string); in LookupStrong() 114 return weak_interns_.Find(s); in LookupWeakLocked() 118 return strong_interns_.Find(s); in LookupStrongLocked() 376 ObjPtr<mirror::String> InternTable::Table::Find(ObjPtr<mirror::String> s) { in Find() function in art::InternTable::Table 387 ObjPtr<mirror::String> InternTable::Table::Find(const Utf8String& string) { in Find() function in art::InternTable::Table
|
D | intern_table-inl.h | 65 CHECK(Find(string.Read<kWithoutReadBarrier>()) == nullptr) in AddInternStrings()
|
D | intern_table.h | 240 ObjPtr<mirror::String> Find(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_) 242 ObjPtr<mirror::String> Find(const Utf8String& string) REQUIRES_SHARED(Locks::mutator_lock_)
|
/art/cmdline/ |
D | Android.bp | 17 // TODO: this header library depends on libart. Find a way to express that.
|
/art/openjdkjvmti/ |
D | jvmti_weak_table.h | 121 ALWAYS_INLINE art::ObjPtr<art::mirror::Object> Find(T tag)
|
D | jvmti_weak_table-inl.h | 389 art::ObjPtr<art::mirror::Object> JvmtiWeakTable<T>::Find(T tag) {
|
D | ti_heap.cc | 1498 art::ObjPtr<art::mirror::Object> obj = tag_table->Find(tag); in GetObjectHeapId()
|
/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 57 std::unique_ptr<ZipEntry> jar_classes_dex(jar->Find("classes.dex", &error)); in RunHiddenapiEncode()
|
/art/dex2oat/ |
D | dex2oat.cc | 1399 std::unique_ptr<ZipEntry> zip_entry(dm_file_->Find(VdexFile::kVdexNameInDmFile, &error_msg)); in OpenFile() 2652 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(input_filename, error_msg)); in ReadCommentedInputFromZip()
|
/art/runtime/jni/ |
D | jni_internal.cc | 131 if (Find(address, &kind)) { in GetSharedObjectKind() 167 bool Find(uintptr_t address, SharedObjectKind* kind) const { in Find() function in __anon28b366120111::CodeRangeCache
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1295 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(kDexMetadataProfileEntry, error)); in OpenSource()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 543 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(entry_name, error_msg)); in FindAndExtractEntry()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 552 std::unique_ptr<ZipEntry> entry(zip_archive->Find(entry_name.c_str(), &error_msg)); in AddZippedDexFilesSource()
|