Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod.cc55 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Method
107 Constructor* Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Constructor
Dexecutable.cc24 bool Executable::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Executable