Home
last modified time | relevance | path

Searched refs:DexFile (Results 201 – 225 of 285) sorted by relevance

12345678910>>...12

/art/compiler/debug/
Delf_symtab_writer.h108 const DexFile* dex_file = it.second; in WriteDebugSymbols()
Delf_debug_info_writer.h149 const DexFile* dex = mi->dex_file; in Write()
244 std::vector<DexFile::LocalInfo> local_infos; in Write()
247 [&](const DexFile::LocalInfo& entry) { in Write()
250 for (const DexFile::LocalInfo& var : local_infos) { in Write()
/art/libdexfile/dex/
Dmethod_reference.h30 MethodReference(const DexFile* file, uint32_t index) : DexFileReference(file, index) {} in MethodReference()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc84 const DexFile* dex_file = outer_method->GetDexFile(); in StoreTypeInBss()
102 const DexFile* dex_file = outer_method->GetDexFile(); in StoreStringInBss()
/art/dexlayout/
Dcompact_dex_writer.cc205 SectionAlignment(DexFile::kDexTypeDebugInfoItem), in WriteDebugInfoItem()
275 std::copy_n(header_->Signature(), DexFile::kSha1DigestSize, header.signature_); in WriteHeader()
322 SectionAlignment(DexFile::kDexTypeStringDataItem), in WriteStringData()
466 data_stream->AlignTo(SectionAlignment(DexFile::kDexTypeMapList)); in Write()
/art/profman/
Dboot_image_profile.cc49 const DexFile* dex_file = ref.dex_file; in BootImageRepresentation()
199 const std::vector<std::unique_ptr<const DexFile>>& dex_files, in GenerateBootImageProfile()
/art/runtime/
Dcommon_throws.h33 class DexFile; variable
42 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
Dart_field.h29 class DexFile; variable
223 const DexFile* GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h294 const DexFile* dex_file = GetDexFile(); in GetName()
306 const DexFile* dex_file = GetDexFile(); in GetTypeDescriptor()
351 inline const DexFile* ArtField::GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile()
Dtrace.h45 class DexFile; variable
377 std::map<const DexFile*, DexIndexBitSet*> seen_methods_ GUARDED_BY(streaming_lock_);
/art/test/common/
Druntime_state.cc68 const DexFile& dex_file = klass->GetDexFile(); in Java_Main_hasOatFile()
79 const DexFile& dex_file = klass->GetDexFile(); in Java_Main_getCompilerFilter()
119 const DexFile& dex_file = klass->GetDexFile(); in Java_Main_compiledWithOptimizing()
/art/compiler/optimizing/
Dcode_generator_x86.h476 Label* NewJitRootStringPatch(const DexFile& dex_file,
479 Label* NewJitRootClassPatch(const DexFile& dex_file,
667 const DexFile* target_dex_file, in X86PcRelativePatchInfo()
674 template <linker::LinkerPatch (*Factory)(size_t, const DexFile*, uint32_t, uint32_t)>
Dstack_map_stream.h83 const DexFile* outer_dex_file = nullptr);
Dcode_generator_x86_64.h468 Label* NewJitRootStringPatch(const DexFile& dex_file,
471 Label* NewJitRootClassPatch(const DexFile& dex_file,
647 template <linker::LinkerPatch (*Factory)(size_t, const DexFile*, uint32_t, uint32_t)>
Dnodes.h101 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile()
376 const DexFile& dex_file,
625 const DexFile& GetDexFile() const { in GetDexFile()
808 const DexFile& dex_file_;
992 TryCatchInformation(dex::TypeIndex catch_type_index, const DexFile& dex_file) in TryCatchInformation()
1016 const DexFile& GetCatchDexFile() const { in GetCatchDexFile()
1031 const DexFile* catch_dex_file_;
4283 const DexFile& dex_file, in HNewInstance()
4300 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile()
4345 const DexFile& dex_file_;
[all …]
/art/dex2oat/linker/
Dimage_writer.h85 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map,
160 size_t GetOatIndexForDexFile(const DexFile* dex_file) const;
368 SafeMap<const DexFile*, size_t> dex_cache_array_starts_;
723 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map_;
Dimage_write_read_test.cc96 std::unique_ptr<const DexFile> dex( in TestWriteRead()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc97 static void Transform(std::shared_ptr<ir::DexFile> ir) { in Transform()
160 std::shared_ptr<ir::DexFile> ir(reader.GetIr()); in CbClassFileLoadHook()
/art/runtime/mirror/
Ddex_cache.cc42 const DexFile* dex_file, in InitializeDexCache()
241 void DexCache::Init(const DexFile* dex_file, in Init()
Dclass_ext.cc140 void ClassExt::SetPreRedefineDexFile(const DexFile* dex_file) { in SetPreRedefineDexFile()
/art/runtime/jit/
Dprofiling_info_test.cc161 SafeMap<DexFile*, uint8_t> dex_map; // dex files to profile index in ConvertProfileMethodInfo()
170 uint8_t dex_profile_index = dex_map.FindOrAdd(const_cast<DexFile*>(class_ref.dex_file), in ConvertProfileMethodInfo()
Dprofile_saver.cc457 const DexFile* const dex_file = pair.first; in FetchAndCacheResolvedClassesAndMethods()
476 const DexFile* const dex_file = pair.first; in FetchAndCacheResolvedClassesAndMethods()
492 const DexFile* const dex_file = pair.first; in FetchAndCacheResolvedClassesAndMethods()
736 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
/art/compiler/dex/
Dverification_results.cc149 void VerificationResults::AddDexFile(const DexFile* dex_file) { in AddDexFile()
/art/openjdkjvmti/
Dti_search.cc237 std::vector<std::unique_ptr<const art::DexFile>> dex_files; in AddToBootstrapClassLoaderSearch()
251 for (std::unique_ptr<const art::DexFile>& dex_file : dex_files) { in AddToBootstrapClassLoaderSearch()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc167 const DexFile* dex_file = method->GetDexFile(); in artCriticalNativeFrameSize()

12345678910>>...12