Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h1084 return oat_dex_file_; in GetOatDexFile()
1089 oat_dex_file_ = oat_dex_file; in SetOatDexFile()
1234 mutable const OatDexFile* oat_dex_file_; variable
Ddex_file.cc544 oat_dex_file_(oat_dex_file) { in DexFile()