Home | History | Annotate | Download | only in runtime

Lines Matching refs:current_method

1066     mirror::ArtMethod* current_method) {
1067 // We may be called from contexts where current_method is not null, so we must assert this.
1068 if (current_method != nullptr) {
1102 } else if (current_method != nullptr && current_method->IsWithinQuickCode(it->pc)) {
1103 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode();
1104 os << JniLongName(current_method) << "+"