Searched defs:target_dex_file_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/
H A Dlinker_patch.h196 return MethodReference(target_dex_file_, method_idx_);
203 return target_dex_file_;
217 return target_dex_file_;
251 : target_dex_file_(target_dex_file),
261 const DexFile* target_dex_file_; member in class:art::linker::LinkerPatch
296 lhs.target_dex_file_ == rhs.target_dex_file_ &&
304 : (lhs.target_dex_file_ != rhs.target_dex_file_) ? lhs.target_dex_file_ < rh
[all...]

Completed in 49 milliseconds