Home
last modified time | relevance | path

Searched defs:GetDexFiles (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_boot_info.h50 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function
/aosp12/system/unwinding/libbacktrace/
H A DUnwindStackMap.h60 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles() function
/aosp12/art/compiler/utils/
H A Datomic_dex_ref_map-inl.h138 inline std::vector<const DexFile*> AtomicDexRefMap<DexFileReferenceType, Value>::GetDexFiles() in GetDexFiles() function
/aosp12/art/runtime/
H A Dcommon_runtime_test.cc185 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) { in GetDexFiles() function in art::CommonRuntimeTestImpl
194 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles( in GetDexFiles() function in art::CommonRuntimeTestImpl
H A Dclass_linker_test.cc880 TEST_F(ClassLinkerTest, GetDexFiles) { in TEST_F() argument
/aosp12/system/unwinding/libunwindstack/tests/fuzz/
H A DUnwinderComponentCreator.cpp389 std::unique_ptr<DexFiles> GetDexFiles(FuzzedDataProvider* data_provider, in GetDexFiles() function
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc272 std::vector<const DexFile*> GetDexFiles() const { in GetDexFiles() function in art::hiddenapi::ClassPath
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc1387 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function in art::ParallelCompilationManager