Home
last modified time | relevance | path

Searched refs:LoadExpectSingleDexFile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex_method_iterator_test.cc34 dex_files.push_back(LoadExpectSingleDexFile(GetDexFileName(jars[i]).c_str())); in TEST_F()
Dcommon_runtime_test.h84 const DexFile* LoadExpectSingleDexFile(const char* location);
Dcommon_runtime_test.cc177 const DexFile* CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) { in LoadExpectSingleDexFile() function in art::CommonRuntimeTest
200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()); in SetUp()
/art/compiler/
Dimage_test.cc144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F()