Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h108 jobject LoadDex(const char* dex_name) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dcommon_runtime_test.cc349 jobject CommonRuntimeTest::LoadDex(const char* dex_name) { in LoadDex() argument
350 std::vector<const DexFile*> dex_files = OpenTestDexFiles(dex_name); in LoadDex()