Home
last modified time | relevance | path

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

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