Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable-inl.h48 SetDexMethodIndex(new_target->GetDexMethodIndex()); in VisitTarget()
Dexecutable.h81 void SetDexMethodIndex(uint32_t idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexMethodIndex() function
/art/runtime/
Dart_method.h438 void SetDexMethodIndex(uint32_t new_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexMethodIndex() function
Druntime.cc2271 method->SetDexMethodIndex(dex::kDexNoIndex); in CreateRuntimeMethod()
Dclass_linker.cc3978 dst->SetDexMethodIndex(dex_method_idx); in LoadMethod()
/art/openjdkjvmti/
Dti_redefine.cc2584 method.SetDexMethodIndex(dex_method_idx); in UpdateMethods()