Home
last modified time | relevance | path

Searched defs:dex_file (Results 1 – 25 of 69) sorted by relevance

123

/art/compiler/driver/
Dcompiler_driver.cc519 Thread* self, Handle<mirror::ClassLoader> class_loader, const DexFile& dex_file, in GetDexToDexCompilationlevel()
552 const DexFile* dex_file; in CompileOne() local
598 const DexFile* dex_file = dex_files[i]; in Resolve() local
735 const DexFile* dex_file = exception_type.second; in LoadImageClasses() local
810 bool CompilerDriver::CanAssumeTypeIsPresentInDexCache(const DexFile& dex_file, uint32_t type_idx) { in CanAssumeTypeIsPresentInDexCache()
831 bool CompilerDriver::CanAssumeStringIsPresentInDexCache(const DexFile& dex_file, in CanAssumeStringIsPresentInDexCache()
853 bool CompilerDriver::CanAccessTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file, in CanAccessTypeWithoutChecks()
901 const DexFile& dex_file, in CanAccessInstantiableTypeWithoutChecks()
928 bool CompilerDriver::CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx, in CanEmbedTypeInCode()
1269 const VerifiedMethod* CompilerDriver::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod()
[all …]
Ddex_compilation_unit.cc41 const DexFile& dex_file, in DexCompilationUnit()
Dcompiler_driver_test.cc72 const DexFile* dex_file = class_path[i]; in MakeAllExecutable() local
78 void MakeDexFileExecutable(jobject class_loader, const DexFile& dex_file) { in MakeDexFileExecutable()
/art/runtime/
Dclass_linker-inl.h66 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveString() local
83 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveType() local
99 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveType() local
129 const DexFile* dex_file = h_dex_cache->GetDexFile(); in ResolveMethod() local
150 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveField() local
Dmethod_helper-inl.h30 const DexFile* dex_file = method_->GetDexFile(); in HasSameNameAndSignature() local
58 const DexFile* dex_file = method->GetDexFile(); in GetReturnType() local
Dclass_linker.cc360 const DexFile* dex_file = boot_class_path[i]; in InitWithoutImage() local
680 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFileForDexFile(const DexFile& dex_file) { in FindOpenedOatDexFileForDexFile()
772 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadMultiDexFilesFromOatFile() local
1020 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(error_msg)); in FindOatFileInOatLocationForDexFile() local
1153 std::unique_ptr<const DexFile> dex_file; in VerifyOatWithDexFile() local
1627 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in InitFromImage() local
1855 mirror::DexCache* ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache()
1991 const DexFile* dex_file = class_path[i]; in FindInClassPath() local
2055 mirror::Object* dex_file = dex_file_field->GetObject(element); in FindClassInPathClassLoader() local
2187 const DexFile& dex_file, in DefineClass()
[all …]
Ddex_file_verifier_test.cc126 const DexFile* dex_file = tmp[0]; in OpenDexFileBase64() local
156 static void FixUpChecksum(byte* dex_file) { in FixUpChecksum()
189 const DexFile* dex_file = tmp[0]; in FixChecksumAndOpen() local
Dfield_helper.cc33 const DexFile* dex_file = field_->GetDexFile(); in GetType() local
Dmethod_reference.h30 const DexFile* dex_file; member
Ddex_method_iterator_test.cc38 const DexFile& dex_file = it.GetDexFile(); in TEST_F() local
Ddex_file_verifier.h37 DexFileVerifier(const DexFile* dex_file, const byte* begin, size_t size, const char* location) in DexFileVerifier()
Dcommon_throws.cc320 const DexFile& dex_file = *dex_cache->GetDexFile(); in ThrowNoSuchMethodError() local
339 const DexFile& dex_file, in ThrowNullPointerExceptionForMethodAccessImpl()
352 const DexFile& dex_file = *dex_cache->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess() local
361 const DexFile& dex_file = *dex_cache->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess() local
496 const DexFile& dex_file = in ThrowNullPointerExceptionFromDexPC() local
/art/runtime/mirror/
Dart_method-inl.h411 const DexFile* dex_file = method->GetDexFile(); in GetDeclaringClassDescriptor() local
417 const DexFile* dex_file = method->GetDexFile(); in GetShorty() local
425 const DexFile* dex_file = method->GetDexFile(); in GetSignature() local
435 const DexFile* dex_file = method->GetDexFile(); in GetName() local
474 const DexFile* dex_file = method->GetDexFile(); in GetPrototype() local
480 const DexFile* dex_file = method->GetDexFile(); in GetParameterTypeList() local
501 const DexFile* dex_file = method->GetDexFile(); in GetReturnTypeDescriptor() local
510 const DexFile* dex_file = method->GetDexFile(); in GetTypeDescriptorFromTypeIdx() local
Ddex_cache.cc34 void DexCache::Init(const DexFile* dex_file, in Init()
/art/compiler/sea_ir/
Dfrontend.cc45 jobject class_loader, const DexFile& dex_file, in CompileMethodWithSeaIr()
72 const DexFile& dex_file, in SeaIrCompileOneMethod()
83 const art::DexFile& dex_file) { in SeaIrCompileMethod()
/art/compiler/dex/
Dfrontend.cc555 static bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file, in CanCompileMethod()
623 jobject class_loader, const DexFile& dex_file, in CompileMethod()
813 const DexFile& dex_file, in CompileOneMethod()
826 const art::DexFile& dex_file) { in ArtQuickCompileMethod()
/art/test/117-nopatchoat/
Dnopatchoat.cc30 const DexFile& dex_file = klass->GetDexFile(); in hasExecutableOat() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc234 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveString() local
251 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveType() local
280 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveField() local
308 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveMethod() local
366 const DexFile* dex_file = boot_class_path[i]; in PreloadDexCachesStatsTotal() local
383 const DexFile* dex_file = boot_class_path[i]; in PreloadDexCachesStatsFilled() local
445 const DexFile* dex_file = boot_class_path[i]; in VMRuntime_preloadDexCaches() local
Djava_lang_DexCache.cc30 const DexFile* dex_file = dex_cache->GetDexFile(); in DexCache_getDexNative() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc575 uint32_t DexFileMethodInliner::FindClassIndex(const DexFile* dex_file, IndexCache* cache, in FindClassIndex()
598 uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file, IndexCache* cache, in FindNameIndex()
614 uint32_t DexFileMethodInliner::FindProtoIndex(const DexFile* dex_file, IndexCache* cache, in FindProtoIndex()
652 uint32_t DexFileMethodInliner::FindMethodIndex(const DexFile* dex_file, IndexCache* cache, in FindMethodIndex()
682 void DexFileMethodInliner::FindIntrinsics(const DexFile* dex_file) { in FindIntrinsics()
Ddex_file_to_method_inliner_map.cc40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) { in GetMethodInliner()
/art/test/116-nodex2oat/
Dnodex2oat.cc30 const DexFile& dex_file = klass->GetDexFile(); in hasOat() local
/art/test/118-noimage-dex2oat/
Dnoimage-dex2oat.cc30 const DexFile& dex_file = klass->GetDexFile(); in hasOat() local
/art/compiler/llvm/
Dcompiler_llvm.cc210 const art::DexFile& dex_file) { in ArtCompileMethod()
224 const art::DexFile& dex_file) { in ArtLLVMJniCompileMethod()
/art/compiler/
Doat_test.cc40 const DexFile* dex_file) in CheckMethod()
148 const DexFile* dex_file = java_lang_dex_file_; in TEST_F() local

123