Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_boot_info.h50 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function
/art/compiler/utils/
Datomic_dex_ref_map-inl.h138 inline std::vector<const DexFile*> AtomicDexRefMap<DexFileReferenceType, Value>::GetDexFiles() in GetDexFiles() function
/art/runtime/
Dcommon_runtime_test.cc181 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) { in GetDexFiles() function in art::CommonRuntimeTestImpl
190 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles( in GetDexFiles() function in art::CommonRuntimeTestImpl
Dclass_linker_test.cc877 TEST_F(ClassLinkerTest, GetDexFiles) { in TEST_F() argument
/art/tools/hiddenapi/
Dhiddenapi.cc259 std::vector<const DexFile*> GetDexFiles() const { in GetDexFiles() function in art::hiddenapi::ClassPath
/art/dex2oat/driver/
Dcompiler_driver.cc1485 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function in art::ParallelCompilationManager