OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_dex_file_
(Results
1 - 2
of
2
) sorted by null
/art/dex2oat/dex/
dex_to_dex_compiler.h
103
const DexFile*
active_dex_file_
= nullptr;
member in class:art::optimizer::DexToDexCompiler
dex_to_dex_compiler.cc
137
active_dex_file_
= nullptr;
149
if (
active_dex_file_
!= dex_file) {
150
active_dex_file_
= dex_file;
205
// TODO: It's probably safe to avoid the lock here if the
active_dex_file_
matches since we only
Completed in 1434 milliseconds