Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc1675 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local
1676 result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
1686 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local
1687 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
1689 ASSERT_EQ(dex1_raw[0], *(result.begin())); in TEST_F()
1700 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local
1701 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()