Home
last modified time | relevance | path

Searched defs:dexes (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dcommon_runtime_test.cc546 void CommonRuntimeTestImpl::VisitDexes(ArrayRef<const std::string> dexes, in VisitDexes()
579 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc86 std::vector<std::unique_ptr<const DexFile>> dexes = OpenTestDexFiles("MultiDex"); in TEST_F() local