Searched refs:OpenTestDexFile (Results 1 – 3 of 3) sorted by relevance
34 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()
106 const DexFile* OpenTestDexFile(const char* name) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
343 const DexFile* CommonRuntimeTest::OpenTestDexFile(const char* name) { in OpenTestDexFile() function in art::CommonRuntimeTest