HomeSort by relevance Sort by last modified time
    Searched full:current_dex_file (Results 1 - 1 of 1) sorted by null

  /art/runtime/
runtime_callbacks.cc 78 DexFile const* current_dex_file = &initial_dex_file; local
86 *current_dex_file,
90 if ((new_dex_file != nullptr && new_dex_file != current_dex_file) ||
93 current_dex_file = new_dex_file;
97 *final_dex_file = current_dex_file;

Completed in 501 milliseconds