Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.h103 const DexFile* active_dex_file_ = nullptr; variable
Ddex_to_dex_compiler.cc137 active_dex_file_ = nullptr; in ClearState()
149 if (active_dex_file_ != dex_file) { in GetOrAddBitVectorForDex()
150 active_dex_file_ = dex_file; in GetOrAddBitVectorForDex()