• Home
  • Raw
  • Download

Lines Matching defs:dex_file

340   explicit DexFileMethodSet(const DexFile& dex_file)  in DexFileMethodSet()
498 const DexFile& dex_file, const DexFile::ClassDef& class_def) in GetDexToDexCompilationLevel()
536 const DexFile& dex_file, in GetDexToDexCompilationLevel()
568 const DexFile& dex_file, in CompileMethod()
674 const DexFile* dex_file; in CompileOne() local
768 const DexFile* dex_file = dex_files[i]; in Resolve() local
785 const DexFile& dex_file, in ResolveConstStrings()
820 for (const DexFile* dex_file : dex_files) { in ResolveConstStrings() local
988 bool CompilerDriver::ShouldVerifyClassBasedOnProfile(const DexFile& dex_file, in ShouldVerifyClassBasedOnProfile()
1114 const DexFile* dex_file = exception_type.second; in LoadImageClasses() local
1373 bool CompilerDriver::CanAssumeStringIsPresentInDexCache(const DexFile& dex_file, in CanAssumeStringIsPresentInDexCache()
1465 bool CompilerDriver::CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx, in CanEmbedTypeInCode()
1561 DexCacheArraysLayout CompilerDriver::GetDexCacheArraysLayout(const DexFile* dex_file) { in GetDexCacheArraysLayout()
1831 const VerifiedMethod* CompilerDriver::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod()
1863 const DexFile* dex_file, in ParallelCompilationManager()
1966 static bool SkipClass(jobject class_loader, const DexFile& dex_file, mirror::Class* klass) in SkipClass()
2008 bool CompilerDriver::RequiresConstructorBarrier(const DexFile& dex_file, in RequiresConstructorBarrier()
2039 const DexFile& dex_file = *manager_->GetDexFile(); in Visit() local
2152 const DexFile& dex_file = *manager_->GetDexFile(); in Visit() local
2178 const DexFile& dex_file, in ResolveDexFile()
2207 for (const DexFile* dex_file : dex_files) { in SetVerified() local
2224 for (const DexFile* dex_file : dex_files) { in Verify() local
2243 const DexFile& dex_file = *manager_->GetDexFile(); in Visit() local
2312 const DexFile& dex_file, in VerifyDexFile()
2335 const DexFile& dex_file = *manager_->GetDexFile(); in Visit() local
2376 const DexFile& dex_file, in SetVerifiedDexFile()
2396 const DexFile& dex_file = *manager_->GetDexFile(); in Visit() local
2488 const DexFile& dex_file, in InitializeClasses()
2553 const DexFile* dex_file = dex_files[i]; in InitializeClasses() local
2584 for (const DexFile* dex_file : dex_files) { in Compile() local
2625 const DexFile& dex_file = *manager_->GetDexFile(); in Visit() local
2722 const DexFile& dex_file, in CompileDexFile()
2841 const DexFile* dex_file, in SetRequiresConstructorBarrier()
2849 const DexFile* dex_file, in RequiresConstructorBarrier()
2882 bool CompilerDriver::IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file) { in IsStringTypeIndex()
2887 bool CompilerDriver::IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset) { in IsStringInit()