Searched refs:oat_dex_file_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.h1169 return oat_dex_file_;
1272 // If this dex file was loaded from an oat file, oat_dex_file_ contains a
1273 // pointer to the OatDexFile it was loaded from. Otherwise oat_dex_file_ is
1275 const OatDexFile* oat_dex_file_; member in class:art::DexFile
H A Ddex_file.cc442 oat_dex_file_(oat_dex_file) {

Completed in 641 milliseconds