Home
last modified time | relevance | path

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

1234

/art/runtime/
Dart_method-inl.h334 const DexFile* dex_file = GetDexFile(); in GetDeclaringClassDescriptor() local
340 const DexFile* dex_file = GetDexFile(); in GetShorty() local
348 const DexFile* dex_file = GetDexFile(); in GetSignature() local
358 const DexFile* dex_file = GetDexFile(); in GetName() local
396 const DexFile* dex_file = GetDexFile(); in GetPrototype() local
402 const DexFile* dex_file = GetDexFile(); in GetParameterTypeList() local
425 const DexFile* dex_file = GetDexFile(); in GetReturnTypeDescriptor() local
434 const DexFile* dex_file = GetDexFile(); in GetTypeDescriptorFromTypeIdx() local
476 const DexFile* dex_file = GetDexFile(); in GetReturnType() local
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
124 const DexFile* dex_file = h_dex_cache->GetDexFile(); in ResolveMethod() local
150 const DexFile& dex_file = *dex_cache->GetDexFile(); in ResolveField() local
Dclass_linker.cc435 for (auto& dex_file : boot_class_path) { in InitWithoutImage() local
601 const DexFile& dex_file = java_lang_Object->GetDexFile(); in InitWithoutImage() local
705 DexFileAndClassPair(const DexFile* dex_file, size_t current_class_index, bool from_loaded_oat) in DexFileAndClassPair()
763 static const char* GetClassDescriptor(const DexFile* dex_file, size_t index) { in GetClassDescriptor()
782 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error); in AddDexFilesFromOat() local
1145 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in InitFromImage() local
1467 mirror::DexCache* ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache()
1590 for (const DexFile* dex_file : class_path) { in FindInClassPath() local
1682 mirror::Object* dex_file = dex_file_field->GetObject(element); in FindClassInPathClassLoader() local
1810 const DexFile& dex_file, in DefineClass()
[all …]
Ddex_file_verifier_test.cc130 std::unique_ptr<const DexFile> dex_file = std::move(tmp[0]); in OpenDexFileBase64() local
160 static void FixUpChecksum(uint8_t* dex_file) { in FixUpChecksum()
197 std::unique_ptr<const DexFile> dex_file = std::move(tmp[0]); in FixChecksumAndOpen() local
Dart_field-inl.h262 const DexFile* dex_file = GetDexFile(); in GetName() local
274 const DexFile* dex_file = GetDexFile(); in GetTypeDescriptor() local
296 const DexFile* const dex_file = dex_cache->GetDexFile(); in GetType() local
322 const auto* dex_file = dex_cache->GetDexFile(); in GetStringName() local
Dmethod_reference.h30 const DexFile* dex_file; member
Ddex_method_iterator_test.cc39 const DexFile& dex_file = it.GetDexFile(); in TEST_F() local
Dcommon_throws.cc320 const DexFile& dex_file = *dex_cache->GetDexFile(); in ThrowNoSuchMethodError() local
337 const DexFile& dex_file, in ThrowNullPointerExceptionForMethodAccessImpl()
350 const DexFile& dex_file = *dex_cache->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess() local
357 const DexFile& dex_file = *dex_cache->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess() local
493 const DexFile* dex_file = in ThrowNullPointerExceptionFromDexPC() local
Ddex_file_verifier.h37 DexFileVerifier(const DexFile* dex_file, const uint8_t* begin, size_t size, const char* location) in DexFileVerifier()
Ddex_method_iterator.h130 const DexFile* dex_file = dex_files_[dex_file_index_]; in GetDexFileInternal() local
/art/compiler/driver/
Dcompiler_driver.cc512 Thread* self, Handle<mirror::ClassLoader> class_loader, const DexFile& dex_file, in GetDexToDexCompilationlevel()
549 const DexFile* dex_file; in CompileOne() local
598 const DexFile* dex_file = method->GetDexFile(); in CompileMethod() local
615 const DexFile* dex_file = dex_files[i]; in Resolve() local
795 const DexFile* dex_file = exception_type.second; in LoadImageClasses() local
1014 bool CompilerDriver::CanAssumeTypeIsPresentInDexCache(const DexFile& dex_file, uint32_t type_idx) { in CanAssumeTypeIsPresentInDexCache()
1035 bool CompilerDriver::CanAssumeStringIsPresentInDexCache(const DexFile& dex_file, in CanAssumeStringIsPresentInDexCache()
1057 bool CompilerDriver::CanAccessTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file, in CanAccessTypeWithoutChecks()
1105 const DexFile& dex_file, in CanAccessInstantiableTypeWithoutChecks()
1132 bool CompilerDriver::CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx, in CanEmbedTypeInCode()
[all …]
Dcompiler_driver_test.cc71 const DexFile* dex_file = class_path[i]; in MakeAllExecutable() local
77 void MakeDexFileExecutable(jobject class_loader, const DexFile& dex_file) { in MakeDexFileExecutable()
205 for (const DexFile* dex_file : GetDexFiles(class_loader)) { in TEST_F() local
Ddex_compilation_unit.cc28 const DexFile& dex_file, in DexCompilationUnit()
/art/compiler/
Dcompiler.cc43 const DexFile& dex_file) { in IsPathologicalCase()
Doat_test.cc46 const DexFile& dex_file) in CheckMethod()
136 const DexFile& dex_file = *java_lang_dex_file_; in TEST_F() local
/art/compiler/utils/
Dtest_dex_file_builder_test.cc33 std::unique_ptr<const DexFile> dex_file(builder.Build(dex_location)); in TEST() local
/art/compiler/dex/quick/
Ddex_file_to_method_inliner_map.cc40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) { in GetMethodInliner()
Ddex_file_method_inliner.cc703 uint32_t DexFileMethodInliner::FindClassIndex(const DexFile* dex_file, IndexCache* cache, in FindClassIndex()
726 uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file, IndexCache* cache, in FindNameIndex()
742 uint32_t DexFileMethodInliner::FindProtoIndex(const DexFile* dex_file, IndexCache* cache, in FindProtoIndex()
780 uint32_t DexFileMethodInliner::FindMethodIndex(const DexFile* dex_file, IndexCache* cache, in FindMethodIndex()
810 void DexFileMethodInliner::FindIntrinsics(const DexFile* dex_file) { in FindIntrinsics()
/art/compiler/optimizing/
Dreference_type_propagation.h34 const DexFile& dex_file, in ReferenceTypePropagation()
/art/compiler/dex/
Dtype_inference.cc64 TypeInference::Type TypeInference::Type::DexType(const DexFile* dex_file, uint32_t type_idx) { in DexType()
593 TypeInference::Type TypeInference::FieldType(const DexFile* dex_file, uint32_t field_idx) { in FieldType()
599 TypeInference::Type* TypeInference::PrepareIFieldTypes(const DexFile* dex_file, in PrepareIFieldTypes()
616 TypeInference::Type* TypeInference::PrepareSFieldTypes(const DexFile* dex_file, in PrepareSFieldTypes()
628 TypeInference::MethodSignature TypeInference::Signature(const DexFile* dex_file, in Signature()
650 TypeInference::MethodSignature* TypeInference::PrepareSignatures(const DexFile* dex_file, in PrepareSignatures()
672 const DexFile* dex_file = nullptr; in InitializeCheckCastData() local
/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/runtime/native/
Ddalvik_system_VMRuntime.cc282 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveString() local
300 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveType() local
329 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveField() local
357 const DexFile* dex_file = dex_cache->GetDexFile(); in PreloadDexCachesResolveMethod() local
416 const DexFile* dex_file = boot_class_path[i]; in PreloadDexCachesStatsTotal() local
433 const DexFile* dex_file = boot_class_path[i]; in PreloadDexCachesStatsFilled() local
494 const DexFile* dex_file = boot_class_path[i]; in VMRuntime_preloadDexCaches() local
/art/runtime/mirror/
Ddex_cache.cc34 void DexCache::Init(const DexFile* dex_file, String* location, ObjectArray<String>* strings, in Init()
/art/test/117-nopatchoat/
Dnopatchoat.cc30 const DexFile& dex_file = klass->GetDexFile(); in getOatDexFile() local

1234