Lines Matching defs:dex_file
855 for (auto& dex_file : boot_class_path) { in InitWithoutImage() local
1280 const DexFile& dex_file = method->GetDeclaringClass<kWithoutReadBarrier>()->GetDexFile(); in ComputeMethodHash() local
1769 const DexFile* const dex_file = dex_cache->GetDexFile(); in Update() local
1887 std::unique_ptr<const DexFile> dex_file; in OpenOatDexFile() local
1926 std::unique_ptr<const DexFile> dex_file = OpenOatDexFile(oat_file, in OpenImageDexFiles() local
1962 std::unique_ptr<const DexFile> dex_file = in OpenAndInitImageDexFiles() local
2748 ObjPtr<mirror::DexCache> ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache()
2768 Thread* self, const DexFile& dex_file, ObjPtr<mirror::ClassLoader> class_loader) { in AllocAndInitializeDexCache()
2980 for (const DexFile* dex_file : class_path) { in FindInClassPath() local
3219 const DexFile* dex_file = nullptr; in FindClassInBaseDexClassLoaderClassPath() local
3248 const DexFile& dex_file, in FindClass()
3491 const DexFile& dex_file, in DefineClass()
3683 uint32_t ClassLinker::SizeOfClassWithoutEmbeddedTables(const DexFile& dex_file, in SizeOfClassWithoutEmbeddedTables()
3900 void ClassLinker::SetupClass(const DexFile& dex_file, in SetupClass()
3985 MethodAnnotationsIterator(const DexFile& dex_file, in MethodAnnotationsIterator()
4004 const DexFile& dex_file, in LoadClass()
4132 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod()
4230 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile* dex_file) { in AppendToBootClassPath()
4238 void ClassLinker::AppendToBootClassPath(const DexFile* dex_file, in AppendToBootClassPath()
4248 void ClassLinker::RegisterDexFileLocked(const DexFile& dex_file, in RegisterDexFileLocked()
4346 const DexFile* dex_file = dex_cache->GetDexFile(); in RegisterExistingDexCache() local
4374 static void ThrowDexFileAlreadyRegisteredError(Thread* self, const DexFile& dex_file) in ThrowDexFileAlreadyRegisteredError()
4407 ObjPtr<mirror::DexCache> ClassLinker::RegisterDexFile(const DexFile& dex_file, in RegisterDexFile()
4492 bool ClassLinker::IsDexFileRegistered(Thread* self, const DexFile& dex_file) { in IsDexFileRegistered()
4497 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const DexFile& dex_file) { in FindDexCache()
4558 const DexFile* dex_file = dex_cache->GetDexFile(); in FindClassTable() local
4581 const ClassLinker::DexCacheData* ClassLinker::FindDexCacheDataLocked(const DexFile& dex_file) { in FindDexCacheDataLocked()
5050 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in VerifyClass() local
5141 const DexFile& dex_file, in VerifyClassUsingOatFile()
5837 const DexFile& dex_file = *dex_cache->GetDexFile(); in InitializeClass() local
6021 const DexFile* dex_file = m->GetDexFile(); in ThrowSignatureCheckResolveReturnTypeException() local
6046 const DexFile* dex_file = m->GetDexFile(); in ThrowSignatureCheckResolveArgException() local
6459 bool ClassLinker::LoadSuperAndInterfaces(Handle<mirror::Class> klass, const DexFile& dex_file) { in LoadSuperAndInterfaces()
7282 const DexFile* dex_file = in CheckVTableHasNoDuplicates() local
7382 const DexFile* dex_file = m->GetDexFile(); in CheckVTableHasNoDuplicates() local
9908 const DexFile& dex_file = *dex_cache->GetDexFile(); in DoResolveString() local
9921 const DexFile& dex_file = *dex_cache->GetDexFile(); in DoLookupString() local
9941 const DexFile& dex_file = *dex_cache->GetDexFile(); in DoLookupResolvedType() local
9990 const DexFile* dex_file = dex_cache->GetDexFile(); in DoResolveType() local
10058 const DexFile& dex_file = *dex_cache->GetDexFile(); in FindResolvedMethod() local
10137 const DexFile& dex_file = *dex_cache->GetDexFile(); in LookupResolvedField() local
10162 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveFieldJLS() local
10266 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveMethodType() local
10562 const DexFile* dex_file = referrer->GetDexFile(); in ResolveMethodHandleForMethod() local
10618 const DexFile* const dex_file = referrer->GetDexFile(); in ResolveMethodHandle() local
10820 for (const DexFile* dex_file : dex_files) { in CreateWellKnownClassLoader() local
10968 void ClassLinker::InsertDexFileInToClassLoader(ObjPtr<mirror::Object> dex_file, in InsertDexFileInToClassLoader()
11009 const DexFile* dex_file = it->first; in CleanupClassLoaders() local
11347 void ClassLinker::RemoveDexFromCaches(const DexFile& dex_file) { in RemoveDexFromCaches()