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()
1575 const char** source_file, in TranslateLocation() argument1579 *source_file = ""; in TranslateLocation()1583 *source_file = method->GetDeclaringClassSourceFile(); in TranslateLocation()1584 if (*source_file == nullptr) { in TranslateLocation()1585 *source_file = ""; in TranslateLocation()
898 const char* source_file = method->GetDeclaringClassSourceFile(); in GetMethodSourceFile() local899 return (source_file != nullptr) ? source_file : ""; in GetMethodSourceFile()
286 const char** source_file,
2146 const char* source_file(m->GetDeclaringClassSourceFile()); in StartMethod() local2150 source_file = nullptr; in StartMethod()2153 os << "(" << (source_file != nullptr ? source_file : "unavailable") in StartMethod()3054 const char* source_file = method->GetDeclaringClassSourceFile(); in CreateStackTraceElement() local3061 if (source_file != nullptr) { in CreateStackTraceElement()3062 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()
1600 const dex_ir::StringId* source_file = class_def->SourceFile(); in DumpClass() local1602 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
912 const StringId* source_file, in ClassDef() argument920 source_file_(source_file), in ClassDef()
487 const StringId* source_file = in CreateClassDef() local509 source_file, in CreateClassDef()
672 "992-source-data/source_file.cc",