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

  /art/compiler/dex/
mir_method_info.cc 39 unresolved.target_method_idx_ = it->target_method_idx_;
59 MethodReference devirt_ref(it->target_dex_file_, it->target_method_idx_);
62 it->target_method_idx_ = it->MethodIndex();
88 it->target_method_idx_ = target_method.dex_method_index;
mir_method_info.h 109 target_method_idx_(0u),
116 DCHECK_EQ(target_method_idx_, 0u);
119 target_method_idx_ = ref.dex_method_index;
139 return MethodReference(target_dex_file_, target_method_idx_);
179 // Before Resolve(), target_dex_file_ and target_method_idx_ hold the verification-based
184 uint16_t target_method_idx_; member in class:art::MirMethodLoweringInfo
  /art/compiler/driver/
compiler_driver.h 489 return target_method_idx_;
523 target_method_idx_(target_method_idx),
530 const uint32_t target_method_idx_; member in class:art::CompilerDriver::CallPatchInformation
    [all...]

Completed in 84 milliseconds