Searched refs:source_file (Results 1 – 7 of 7) sorted by relevance
94 const char* source_file = method->GetDeclaringClassSourceFile(); in Dump() local96 source_file, line_number); in Dump()
1088 const char** source_file, uint32_t* line_number) const { in TranslateLocation() argument1091 *source_file = ""; in TranslateLocation()1095 *source_file = method->GetDeclaringClassSourceFile(); in TranslateLocation()1096 if (*source_file == NULL) { in TranslateLocation()1097 *source_file = ""; in TranslateLocation()
187 const char** source_file, uint32_t* line_number) const
916 const char* source_file(m->GetDeclaringClassSourceFile()); in VisitFrame() local917 os << "(" << (source_file != nullptr ? source_file : "unavailable") in VisitFrame()1611 const char* source_file = method->GetDeclaringClassSourceFile(); in InternalStackTraceToStackTraceElementArray() local1612 if (source_file != nullptr) { in InternalStackTraceToStackTraceElementArray()1613 source_name_object.Assign(mirror::String::AllocFromModifiedUtf8(soa.Self(), source_file)); in InternalStackTraceToStackTraceElementArray()
1245 const char* source_file = c->GetSourceFile(); in GetSourceFile() local1246 if (source_file == nullptr) { in GetSourceFile()1249 result = source_file; in GetSourceFile()4690 const char* source_file = method->GetDeclaringClassSourceFile(); in GetMethodSourceFile() local4691 return (source_file != nullptr) ? source_file : ""; in GetMethodSourceFile()
282 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string& source_file)
493 std::string source_file; in RT_SourceFile() local494 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file); in RT_SourceFile()498 expandBufAddUtf8String(pReply, source_file); in RT_SourceFile()