Home
last modified time | relevance | path

Searched defs:dex_file (Results 201 – 225 of 245) sorted by relevance

12345678910

/art/compiler/jni/quick/
Djni_compiler.cc118 const DexFile& dex_file) { in ArtJniCompileMethodInternal()
798 const DexFile& dex_file) { in ArtQuickJniCompileMethod()
/art/libdexfile/dex/
Ddex_file.cc587 std::ostream& operator<<(std::ostream& os, const DexFile& dex_file) { in operator <<()
595 EncodedArrayValueIterator::EncodedArrayValueIterator(const DexFile& dex_file, in EncodedArrayValueIterator()
Ddex_file.h896 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator()
970 EncodedStaticFieldValueIterator(const DexFile& dex_file, in EncodedStaticFieldValueIterator()
982 CallSiteArrayValueIterator(const DexFile& dex_file, in CallSiteArrayValueIterator()
/art/runtime/verifier/
Dmethod_verifier.cc156 const DexFile* dex_file, in MethodVerifier()
1992 static uint32_t GetFirstFinalInstanceFieldIndex(const DexFile& dex_file, dex::TypeIndex type_idx) { in GetFirstFinalInstanceFieldIndex()
5067 const DexFile* dex_file, in MethodVerifier()
5103 const DexFile* dex_file, in VerifyMethod()
5179 const DexFile* dex_file, in VerifyMethod()
5390 const DexFile* dex_file, in VerifyMethodAndDump()
5465 const DexFile* dex_file, in CreateVerifier()
/art/profman/
Dboot_image_profile.cc49 const DexFile* dex_file = ref.dex_file; in BootImageRepresentation() local
/art/compiler/optimizing/
Dblock_builder.cc28 const DexFile* const dex_file, in HBasicBlockBuilder()
Dinliner.cc281 const DexFile& dex_file, in FindMethodIndexIn()
294 const DexFile& dex_file = *compilation_unit.GetDexFile(); in FindClassIndexIn() local
758 for (const DexFile* dex_file : codegen_->GetCompilerOptions().GetDexFilesForOatFile()) { in ExtractClassesFromOfflineProfile() local
Dcode_generator_arm64.cc4662 const DexFile& dex_file, in NewBootImageTypePatch()
4669 const DexFile& dex_file, in NewBssEntryTypePatch()
4676 const DexFile& dex_file, in NewBootImageStringPatch()
4684 const DexFile& dex_file, in NewStringBssEntryPatch()
4714 const DexFile* dex_file, in NewPcRelativePatch()
4733 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral()
4741 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral()
5084 const DexFile& dex_file = cls->GetDexFile(); in VisitLoadClass() local
5108 const DexFile& dex_file = cls->GetDexFile(); in VisitLoadClass() local
5260 const DexFile& dex_file = load->GetDexFile(); in VisitLoadString() local
[all …]
/art/dex2oat/linker/
Dimage_writer.cc661 for (const DexFile* dex_file : compiler_options_.GetDexFilesForOatFile()) { in PrepareDexCacheArraySlots() local
680 const DexFile* dex_file = dex_cache->GetDexFile(); in PrepareDexCacheArraySlots() local
1287 const DexFile& dex_file = *dex_cache->GetDexFile(); in PreloadDexCache() local
1490 const DexFile* dex_file = dex_cache->GetDexFile(); in CollectDexCaches() local
1509 const DexFile* dex_file = dex_cache->GetDexFile(); in CollectDexCaches() local
1523 const DexFile* dex_file = dex_cache->GetDexFile(); in CollectDexCaches() local
2037 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in ProcessDexFileObjects() local
2315 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in CollectStringReferenceInfo() local
/art/openjdkjvmti/
Dti_method.cc218 const art::DexFile* const dex_file = art_method->GetDexFile(); in GetLocalVariableTable() local
465 const art::DexFile* dex_file; in GetLineNumberTable() local
741 const art::DexFile* dex_file = method->GetDexFile(); in GetSlotType() local
Dti_redefine.cc715 std::unique_ptr<const art::DexFile> dex_file(dex_file_loader.Open(name, in AddRedefinition() local
910 FieldNameAndSignature::NameAndSignature(const art::DexFile* dex_file, uint32_t id) in NameAndSignature()
916 MethodNameAndSignature::NameAndSignature(const art::DexFile* dex_file, uint32_t id) in NameAndSignature()
2054 const art::DexFile* dex_file = cache->GetDexFile(); in AllocateNewClassObject() local
/art/runtime/
Dclass_linker_test.cc1006 const DexFile& dex_file = *dex_cache->GetDexFile(); in TEST_F() local
1322 const DexFile* dex_file = GetFirstDexFile(jclass_loader); in TEST_F() local
1540 std::unique_ptr<DexFile> dex_file(new StandardDexFile(old_dex_file->Begin(), in TEST_F() local
1570 const DexFile& dex_file = *(method1->GetDexFile()); in TEST_F() local
Dclass_table.cc234 const DexFile* dex_file = ObjPtr<mirror::DexCache>::DownCast(obj)->GetDexFile(); in InsertStrongRoot() local
Dclass_linker-inl.h294 const DexFile& dex_file = *dex_cache->GetDexFile(); in LookupResolvedMethod() local
Dclass_linker.h814 const DexFile* dex_file; member
Dquick_exception_handler.cc183 const DexFile* dex_file = GetHandlerMethod()->GetDexFile(); in FindCatch() local
Dtransaction_test.cc501 const DexFile* const dex_file = h_dex_cache->GetDexFile(); in TEST_F() local
Doat_file_assistant.cc275 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles() local
/art/dexdump/
Ddexdump.cc1264 const DexFile& dex_file = method.GetDexFile(); in dumpMethod() local
1385 const DexFile& dex_file = field.GetDexFile(); in dumpField() local
1434 static void dumpCfg(const DexFile* dex_file, int idx) { in dumpCfg()
/art/runtime/mirror/
Ddex_cache.h451 void SetDexFile(const DexFile* dex_file) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexFile()
/art/libartbase/base/
Dcommon_art_test.cc517 for (auto& dex_file : dex_files) { in OpenDexFiles() local
/art/runtime/interpreter/mterp/
Dnterp.cc153 const DexFile* dex_file = caller->GetDexFile(); in NterpGetShortyFromInvokeCustom() local
/art/runtime/interpreter/
Dinterpreter_common.cc848 const DexFile* dex_file, in BuildCallSiteForBootstrapMethod()
905 const DexFile* dex_file = referrer->GetDexFile(); in InvokeBootstrapMethod() local
/art/tools/dexanalyze/
Ddexanalyze_strings.cc425 for (const std::unique_ptr<const DexFile>& dex_file : dex_files) { in ProcessDexFiles() local
/art/libprofile/profile/
Dprofile_compilation_info.h693 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData()

12345678910