HomeSort by relevance Sort by last modified time
    Searched refs:target_dex_file_ (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_method_info.cc 37 if (it->target_dex_file_ != nullptr) {
38 unresolved.target_dex_file_ = it->target_dex_file_;
59 MethodReference devirt_ref(it->target_dex_file_, it->target_method_idx_);
60 MethodReference* devirt_target = (it->target_dex_file_ != nullptr) ? &devirt_ref : nullptr;
61 it->target_dex_file_ = mUnit->GetDexFile();
87 it->target_dex_file_ = target_method.dex_file;
mir_method_info.h 108 target_dex_file_(nullptr),
115 DCHECK(target_dex_file_ == nullptr);
118 target_dex_file_ = ref.dex_file;
139 return MethodReference(target_dex_file_, target_method_idx_);
179 // Before Resolve(), target_dex_file_ and target_method_idx_ hold the verification-based
183 const DexFile* target_dex_file_; member in class:art::MirMethodLoweringInfo
  /art/compiler/driver/
compiler_driver.h 492 return target_dex_file_;
524 target_dex_file_(target_dex_file),
531 const DexFile* target_dex_file_; member in class:art::CompilerDriver::CallPatchInformation
    [all...]

Completed in 190 milliseconds