Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod.cc54 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Method
95 Constructor* Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Constructor
Dabstract_method.cc24 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::AbstractMethod