Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1212 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateImtConflictMethod()
1236 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateResolutionMethod()
1260 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateCalleeSaveMethod()
Dclass_linker.cc2895 dst->SetDexMethodIndex(dex_method_idx); in LoadMethod()
/art/runtime/mirror/
Dart_method.h199 void SetDexMethodIndex(uint32_t new_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetDexMethodIndex() function