Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h438 void SetImtUnimplementedMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2707 void Runtime::SetImtUnimplementedMethod(ArtMethod* method) { in SetImtUnimplementedMethod() function in art::Runtime