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

/art/runtime/mirror/
H A Dabstract_method.cc24 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) { function in class:art::mirror::AbstractMethod
H A Dmethod.cc54 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { function in class:art::mirror::Method
58 static_cast<AbstractMethod*>(ret)->CreateFromArtMethod(method);
95 Constructor* Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { function in class:art::mirror::Constructor
99 static_cast<AbstractMethod*>(ret)->CreateFromArtMethod(method);

Completed in 81 milliseconds