Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.cc193 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) { in GetDexFiles() function in art::CommonRuntimeTestImpl
202 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles( in GetDexFiles() function in art::CommonRuntimeTestImpl
H A Dclass_linker_test.cc894 TEST_F(ClassLinkerTest, GetDexFiles) { in TEST_F() argument
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_boot_info.h50 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function
/aosp_15_r20/art/compiler/utils/
H A Datomic_dex_ref_map-inl.h138 inline std::vector<const DexFile*> AtomicDexRefMap<DexFileReferenceType, Value>::GetDexFiles() in GetDexFiles() function
/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dunwind_support.cc122 unwindstack::DexFiles* UnwindingMetadata::GetDexFiles( in GetDexFiles() function in perfetto::profiling::UnwindingMetadata
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/
H A DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
/aosp_15_r20/system/unwinding/libunwindstack/tests/fuzz/
H A DUnwinderComponentCreator.cpp383 std::unique_ptr<DexFiles> GetDexFiles(FuzzedDataProvider* data_provider, in GetDexFiles() function
/aosp_15_r20/art/tools/hiddenapi/
H A Dhiddenapi.cc282 std::vector<const DexFile*> GetDexFiles() const { in GetDexFiles() function in art::hiddenapi::ClassPath