Searched refs:SetDexMethodIndex (Results 1 – 3 of 3) sorted by relevance
1212 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateImtConflictMethod()1236 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateResolutionMethod()1260 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateCalleeSaveMethod()
2895 dst->SetDexMethodIndex(dex_method_idx); in LoadMethod()
199 void SetDexMethodIndex(uint32_t new_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetDexMethodIndex() function