Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h721 return oat_dex_file_; in GetOatDexFile()
726 oat_dex_file_ = oat_dex_file; in SetOatDexFile()
873 mutable const OatDexFile* oat_dex_file_; variable
Ddex_file.cc124 oat_dex_file_(oat_dex_file), in DexFile()