Searched defs:CreateFromArtMethod (Results 1 – 2 of 2) sorted by relevance
/art/runtime/mirror/ | ||
D | method.cc | 54 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Method |
D | abstract_method.cc | 24 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::AbstractMethod |