Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1209 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateImtConflictMethod()
1233 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateResolutionMethod()
1257 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateCalleeSaveMethod()
Dclass_linker.cc2858 dst->SetDexMethodIndex(dex_method_idx); in LoadMethod()
/art/runtime/mirror/
Dart_method.h198 void SetDexMethodIndex(uint32_t new_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetDexMethodIndex() function