/aosp_15_r20/art/runtime/ |
H A D | common_runtime_test.cc | 193 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 D | class_linker_test.cc | 894 TEST_F(ClassLinkerTest, GetDexFiles) { in TEST_F() argument
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_boot_info.h | 50 const std::vector<const DexFile*>& GetDexFiles() const { in GetDexFiles() function
|
/aosp_15_r20/art/compiler/utils/ |
H A D | atomic_dex_ref_map-inl.h | 138 inline std::vector<const DexFile*> AtomicDexRefMap<DexFileReferenceType, Value>::GetDexFiles() in GetDexFiles() function
|
/aosp_15_r20/external/perfetto/src/profiling/common/ |
H A D | unwind_support.cc | 122 unwindstack::DexFiles* UnwindingMetadata::GetDexFiles( in GetDexFiles() function in perfetto::profiling::UnwindingMetadata
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 79 const DexFiles& GetDexFiles() { return *dex_files_.get(); } in GetDexFiles() function
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.cpp | 383 std::unique_ptr<DexFiles> GetDexFiles(FuzzedDataProvider* data_provider, in GetDexFiles() function
|
/aosp_15_r20/art/tools/hiddenapi/ |
H A D | hiddenapi.cc | 282 std::vector<const DexFile*> GetDexFiles() const { in GetDexFiles() function in art::hiddenapi::ClassPath
|