Home
last modified time | relevance | path

Searched refs:OpenTestDexFile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_file_test.cc34 const DexFile* dex(OpenTestDexFile("Nested")); in TEST_F()
200 const DexFile* raw(OpenTestDexFile("Main")); in TEST_F()
215 const DexFile* raw(OpenTestDexFile("Nested")); in TEST_F()
228 const DexFile* raw(OpenTestDexFile("GetMethodSignature")); in TEST_F()
278 const DexFile* raw(OpenTestDexFile("GetMethodSignature")); in TEST_F()
Dcommon_runtime_test.h106 const DexFile* OpenTestDexFile(const char* name) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dcommon_runtime_test.cc343 const DexFile* CommonRuntimeTest::OpenTestDexFile(const char* name) { in OpenTestDexFile() function in art::CommonRuntimeTest