Home | History | Annotate | Download | only in runtime

Lines Matching refs:source_file

1824       const char* source_file(m->GetDeclaringClassSourceFile());
1825 os << "(" << (source_file != nullptr ? source_file : "unavailable")
2676 const char* source_file = method->GetDeclaringClassSourceFile();
2683 if (source_file != nullptr) {
2684 source_name_object.Assign(mirror::String::AllocFromModifiedUtf8(soa.Self(), source_file));