Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h718 return oat_dex_file_; in GetOatDexFile()
723 oat_dex_file_ = oat_dex_file; in SetOatDexFile()
870 mutable const OatDexFile* oat_dex_file_; variable
Ddex_file.cc123 oat_dex_file_(oat_dex_file), in DexFile()