Home
last modified time | relevance | path

Searched defs:SetArtMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dexecutable-inl.h32 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function
/art/compiler/optimizing/
Dnodes.h705 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function