Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc1650 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local
1651 result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
1661 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local
1662 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
1664 ASSERT_EQ(dex1_raw[0], *(result.begin())); in TEST_F()
1675 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local
1676 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()