/aosp12/art/libprofile/profile/ |
H A D | profile_boot_info_test.cc | 58 ASSERT_EQ(loaded_info.GetDexFiles().size(), 1u); in TEST_F() 59 ASSERT_STREQ(loaded_info.GetDexFiles()[0]->GetLocation().c_str(), dex->GetLocation().c_str()); in TEST_F() 82 ASSERT_EQ(loaded_info.GetDexFiles().size(), 2u); in TEST_F() 83 ASSERT_STREQ(loaded_info.GetDexFiles()[0]->GetLocation().c_str(), in TEST_F()
|
H A D | profile_boot_info.h | 50 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver_test.cc | 47 dex_files_ = GetDexFiles(class_loader); in CompileAllAndMakeExecutable() 72 const std::vector<const DexFile*> class_path = GetDexFiles(class_loader); in MakeAllExecutable() 274 for (const DexFile* dex_file : GetDexFiles(class_loader)) { in TEST_F() 339 dex_files = GetDexFiles(class_loader); in TEST_F()
|
H A D | compiler_driver.cc | 1387 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function in art::ParallelCompilationManager
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | UnwindStack.cpp | 58 if (stack_map->GetDexFiles() != nullptr) { in Unwind() 59 unwinder.SetDexFiles(stack_map->GetDexFiles()); in Unwind()
|
H A D | UnwindStackMap.h | 60 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles() function
|
/aosp12/art/compiler/utils/ |
H A D | atomic_dex_ref_map.h | 58 std::vector<const DexFile*> GetDexFiles() const;
|
H A D | atomic_dex_ref_map_test.cc | 44 std::vector<const DexFile*> registered_dex_files = map.GetDexFiles(); in TEST_F()
|
H A D | atomic_dex_ref_map-inl.h | 138 inline std::vector<const DexFile*> AtomicDexRefMap<DexFileReferenceType, Value>::GetDexFiles() in GetDexFiles() function
|
/aosp12/art/runtime/ |
H A D | common_runtime_test.cc | 185 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) { in GetDexFiles() function in art::CommonRuntimeTestImpl 191 return GetDexFiles(soa, class_loader); in GetDexFiles() 194 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles( in GetDexFiles() function in art::CommonRuntimeTestImpl 218 std::vector<const DexFile*> tmp(GetDexFiles(jclass_loader)); in GetFirstDexFile()
|
H A D | common_runtime_test.h | 197 std::vector<const DexFile*> GetDexFiles(jobject jclass_loader); 198 std::vector<const DexFile*> GetDexFiles(ScopedObjectAccess& soa,
|
H A D | class_linker_test.cc | 880 TEST_F(ClassLinkerTest, GetDexFiles) { in TEST_F() argument 884 std::vector<const DexFile*> dex_files(GetDexFiles(jclass_loader)); in TEST_F() 889 std::vector<const DexFile*> dex_files2(GetDexFiles(jclass_loader2)); in TEST_F()
|
H A D | class_loader_context_test.cc | 220 std::vector<const DexFile*> class_loader_dex_files = GetDexFiles(soa, class_loader); in VerifyClassLoaderDexFiles()
|
/aosp12/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.h | 80 std::unique_ptr<unwindstack::DexFiles> GetDexFiles(FuzzedDataProvider* data_provider,
|
H A D | UnwinderComponentCreator.cpp | 389 std::unique_ptr<DexFiles> GetDexFiles(FuzzedDataProvider* data_provider, in GetDexFiles() function
|
/aosp12/art/dex2oat/ |
H A D | verifier_deps_test.cc | 118 dex_files_ = GetDexFiles(class_loader_); in LoadDexFile() 327 const auto& second_dex_files = GetDexFiles(second_loader); in RunValidation() 546 std::vector<const DexFile*> dex_files = GetDexFiles(loader); in TEST_F()
|
/aosp12/art/tools/hiddenapi/ |
H A D | hiddenapi.cc | 272 std::vector<const DexFile*> GetDexFiles() const { in GetDexFiles() function in art::hiddenapi::ClassPath 995 std::vector<const DexFile*> input_dex_files = boot_classpath.GetDexFiles(); in EncodeAccessFlags()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 545 std::vector<const DexFile*> dex_files = GetDexFiles(class_loader); in TEST_F()
|
/aosp12/art/runtime/jit/ |
H A D | jit.cc | 1377 for (const DexFile* dex_file : profile_info.GetDexFiles()) { in CompileMethodsFromBootProfile()
|