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

  /art/compiler/dex/
mir_method_info.cc 46 unresolved.target_method_idx_ = it->target_method_idx_;
80 it->target_method_idx_ = dequicken_ref->index;
83 MethodReference devirt_ref(it->target_dex_file_, it->target_method_idx_);
96 it->target_method_idx_ = it->MethodIndex();
99 it->target_method_idx_, invoke_type, true);
113 it->target_method_idx_, 0u /* access_flags not used */,
116 it->target_method_idx_, invoke_type, false);
122 soa, current_dex_cache, class_loader, &cu, it->target_method_idx_, kInterface, false);
151 MethodReference target_method(it->target_dex_file_, it->target_method_idx_);
    [all...]
mir_method_info.h 113 target_method_idx_(0u),
120 DCHECK_EQ(target_method_idx_, 0u);
123 target_method_idx_ = ref.dex_method_index;
160 return MethodReference(target_dex_file_, target_method_idx_);
191 CHECK_EQ(target_method_idx_, info.target_method_idx_);
225 // Before Resolve(), target_dex_file_ and target_method_idx_ hold the verification-based
230 uint16_t target_method_idx_; member in class:art::MirMethodLoweringInfo

Completed in 530 milliseconds