Searched refs:updated_context (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/runtime/ |
H A D | oat_file_assistant_test.cc | 1455 std::unique_ptr<ClassLoaderContext> updated_context = ClassLoaderContext::Create(context_str); in TEST_F() local 1456 ASSERT_TRUE(updated_context != nullptr); in TEST_F() 1458 ASSERT_TRUE(updated_context->OpenDexFiles("", context_fds, /*only_read_checksums*/ true)); in TEST_F() 1460 dex_location.c_str(), kRuntimeISA, updated_context.get(), false); in TEST_F() 1466 std::unique_ptr<ClassLoaderContext> updated_context = ClassLoaderContext::Create(context_str); in TEST_F() local 1467 ASSERT_TRUE(updated_context != nullptr); in TEST_F() 1469 ASSERT_TRUE(updated_context->OpenDexFiles("", context_fds, /*only_read_checksums*/ true)); in TEST_F() 1471 dex_location.c_str(), kRuntimeISA, updated_context.get(), false); in TEST_F() 1480 ASSERT_TRUE(updated_context != nullptr); in TEST_F() 1482 ASSERT_TRUE(updated_context->OpenDexFiles("", context_fds, /*only_read_checksums*/ true)); in TEST_F() [all …]
|