Searched refs:source_file (Results 1 – 11 of 11) sorted by relevance
173 const char* source_file = dex->GetSourceFile(dex_class_def); in WriteCompilationUnit() local174 if (source_file != nullptr) { in WriteCompilationUnit()175 std::string file_name(source_file); in WriteCompilationUnit()
124 const char* source_file = method->GetDeclaringClassSourceFile(); in Dump() local126 source_file, line_number); in Dump()
1572 const char** source_file, in TranslateLocation() argument1576 *source_file = ""; in TranslateLocation()1580 *source_file = method->GetDeclaringClassSourceFile(); in TranslateLocation()1581 if (*source_file == nullptr) { in TranslateLocation()1582 *source_file = ""; in TranslateLocation()
898 const char* source_file = method->GetDeclaringClassSourceFile(); in GetMethodSourceFile() local899 return (source_file != nullptr) ? source_file : ""; in GetMethodSourceFile()
280 const char** source_file,
2026 const char* source_file(m->GetDeclaringClassSourceFile()); in StartMethod() local2027 os << "(" << (source_file != nullptr ? source_file : "unavailable") in StartMethod()2880 const char* source_file = method->GetDeclaringClassSourceFile(); in CreateStackTraceElement() local2887 if (source_file != nullptr) { in CreateStackTraceElement()2888 source_name_object.Assign(mirror::String::AllocFromModifiedUtf8(soa.Self(), source_file)); in CreateStackTraceElement()
716 const char* source_file = method->GetDeclaringClassSourceFile(); in WriteStackTraces() local717 if (source_file == nullptr) { in WriteStackTraces()718 source_file = ""; in WriteStackTraces()720 __ AddStringId(LookupStringId(source_file)); in WriteStackTraces()
1533 const dex_ir::StringId* source_file = class_def->SourceFile(); in DumpClass() local1535 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
487 const StringId* source_file = in CreateClassDef() local509 source_file, in CreateClassDef()
912 const StringId* source_file, in ClassDef() argument920 source_file_(source_file), in ClassDef()
372 "992-source-data/source_file.cc",