Lines Matching refs:dex
24 #include "dex/dex_file-inl.h"
25 #include "dex/dex_file_reference.h"
26 #include "dex/dex_file_types.h"
27 #include "dex/utf-inl.h"
34 StringReference(const DexFile* file, dex::StringIndex index)
37 dex::StringIndex StringIndex() const {
38 return dex::StringIndex(index);
50 // by different dex files, so we need some (any) total ordering of strings, rather
51 // than references. However, the references should usually be from the same dex file,
52 // so we choose the dex file string ordering so that we can simply compare indexes
55 // Use the string order enforced by the dex file verifier.