Home
last modified time | relevance | path

Searched refs:SetImtConflictMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h437 void SetImtConflictMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2298 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime