Home
last modified time | relevance | path

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

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