Lines Matching refs:dex
27 #include <dex/code_item_accessors-inl.h>
28 #include <dex/compact_dex_file.h>
29 #include <dex/dex_file-inl.h>
30 #include <dex/dex_file_loader.h>
31 #include <dex/standard_dex_file.h>
68 return false; // The DEX offset is not within the bytecode of this dex file.
140 auto dex = loader.Open(&memory[dex_file_offset_in_file], header->file_size_, "", 0, nullptr,
142 dex_file_.reset(dex.release());
155 // Compact dex file store data section separately so that it can be shared.
179 auto dex =
181 dex_file_.reset(dex.release());