Home | History | Annotate | Download | only in runtime

Lines Matching refs:source_file

916         const char* source_file(m->GetDeclaringClassSourceFile());
917 os << "(" << (source_file != nullptr ? source_file : "unavailable")
1611 const char* source_file = method->GetDeclaringClassSourceFile();
1612 if (source_file != nullptr) {
1613 source_name_object.Assign(mirror::String::AllocFromModifiedUtf8(soa.Self(), source_file));