Home | History | Annotate | Download | only in utils

Lines Matching refs:dex

29   // dex file to get the string data from a StringId. We construct two dex files with
30 // just a single string with the same length but different value. This creates dex
32 // dex file, when used in the other dex file still points to valid string data, except
38 ASSERT_STREQ("String1", dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(0))));
39 StringReference sr1(dex_file1.get(), dex::StringIndex(0));
45 ASSERT_STREQ("String2", dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(0))));
46 StringReference sr2(dex_file2.get(), dex::StringIndex(0));
85 dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(index))));
96 dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(index))));
102 StringReference sr1(dex_file1.get(), dex::StringIndex(index1));
103 StringReference sr2(dex_file2.get(), dex::StringIndex(index2));