Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h190 return MethodReference(target_dex_file_, method_idx_); in TargetMethod()
196 return target_dex_file_; in TargetTypeDexFile()
208 return target_dex_file_; in TargetStringDexFile()
246 : target_dex_file_(target_dex_file), in LinkerPatch()
256 const DexFile* target_dex_file_; variable
295 lhs.target_dex_file_ == rhs.target_dex_file_ &&
303 : (lhs.target_dex_file_ != rhs.target_dex_file_) ? lhs.target_dex_file_ < rhs.target_dex_file_