Home
last modified time | relevance | path

Searched defs:GetOatDexFile (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file.h736 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file.h742 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file.h776 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file.h837 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file.h837 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file.h837 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file.h837 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file.h837 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc2133 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, std::string* error_msg) const { in GetOatDexFile() function in art::OatFile