Home
last modified time | relevance | path

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

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