Home
last modified time | relevance | path

Searched defs:GetDexFile (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dclass_accessor.h64 const DexFile& GetDexFile() const { in GetDexFile() function
354 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dclass_accessor.h64 const DexFile& GetDexFile() const { in GetDexFile() function
354 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dclass_accessor.h64 const DexFile& GetDexFile() const { in GetDexFile() function
354 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dclass_accessor.h65 const DexFile& GetDexFile() const { in GetDexFile() function
357 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dclass_accessor.h65 const DexFile& GetDexFile() const { in GetDexFile() function
358 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/art/libdexfile/dex/
H A Dclass_accessor.h65 const DexFile& GetDexFile() const { in GetDexFile() function
358 const DexFile& GetDexFile() const { in GetDexFile() function
H A Ddex_file_verifier_test.cc61 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() function in art::DexFileVerifierTest
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dclass_accessor.h65 const DexFile& GetDexFile() const { in GetDexFile() function
357 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dclass_accessor.h65 const DexFile& GetDexFile() const { in GetDexFile() function
358 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/art/tools/veridex/
H A Dresolver.h78 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/art/compiler/driver/
H A Ddex_compilation_unit.h58 const DexFile* GetDexFile() const { in GetDexFile() function
/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.h157 const art::DexFile& GetDexFile() { in GetDexFile() function
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_cache.h63 const DexFile* GetDexFile() const { in GetDexFile() function
H A Dmethod_verifier.h120 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/art/runtime/
H A Dhidden_api.h92 const DexFile* GetDexFile() const { return dex_file_; } in GetDexFile() function
H A Dart_field-inl.h402 inline const DexFile* ArtField::GetDexFile() { in GetDexFile() function
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.h363 const DexFile* GetDexFile() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function
H A Dclass-inl.h948 inline const DexFile& Class::GetDexFile() { in GetDexFile() function
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc85 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anon071681ef0111::ClassData
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h460 const DexFile& GetDexFile() const { in GetDexFile() function
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc1569 const DexFile* GetDexFile() const { in GetDexFile() function in art::ParallelCompilationManager
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc271 const DexFile* GetDexFile() const { return dex_file_.get(); } in GetDexFile() function in art::linker::OatWriter::OatDexFile