Home
last modified time | relevance | path

Searched refs:GetNonObsoleteMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dhidden_api.cc470 return method->GetNonObsoleteMethod()->GetDexMethodIndex(); in GetMemberDexIndex()
Dart_method.cc83 ArtMethod* ArtMethod::GetNonObsoleteMethod() { in GetNonObsoleteMethod() function in art::ArtMethod
Dart_method.h988 ArtMethod* GetNonObsoleteMethod() REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc1893 method = method->GetNonObsoleteMethod(); in LogMethodTraceEvent()