HomeSort by relevance Sort by last modified time
    Searched refs:LoadExpectSingleDexFile (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_method_iterator_test.cc 34 dex_files.push_back(LoadExpectSingleDexFile(GetDexFileName(jars[i]).c_str()));
common_runtime_test.h 84 const DexFile* LoadExpectSingleDexFile(const char* location);
common_runtime_test.cc 177 const DexFile* CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) {
197 MemMap::Init(); // For LoadExpectSingleDexFile
200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str());
  /art/compiler/
image_test.cc 144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()));

Completed in 39 milliseconds