Home | History | Annotate | Download | only in runtime

Lines Matching refs:current_method

450   ArtMethod* current_method = self->GetCurrentMethod(nullptr);
459 if (current_method != nullptr) {
460 os << "\n from " << PrettyMethod(current_method);