Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc281 STLDeleteElements(&opened_dex_files_); in TearDown()
339 opened_dex_files_.insert(opened_dex_files_.end(), dex_files.begin(), dex_files.end()); in OpenTestDexFiles()
Dcommon_runtime_test.h120 std::vector<const DexFile*> opened_dex_files_; variable