Searched defs:SetArtMethod (Results 1 – 2 of 2) sorted by relevance
47 void AbstractMethod::SetArtMethod(ArtMethod* method) { in SetArtMethod() function in art::mirror::AbstractMethod
512 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function