Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 11 of 11) sorted by relevance

/art/compiler/debug/
Delf_debug_line_writer.h173 const char* source_file = dex->GetSourceFile(dex_class_def); in WriteCompilationUnit() local
174 if (source_file != nullptr) { in WriteCompilationUnit()
175 std::string file_name(source_file); in WriteCompilationUnit()
/art/runtime/mirror/
Dthrowable.cc124 const char* source_file = method->GetDeclaringClassSourceFile(); in Dump() local
126 source_file, line_number); in Dump()
/art/runtime/
Dmonitor.cc1575 const char** source_file, in TranslateLocation() argument
1579 *source_file = ""; in TranslateLocation()
1583 *source_file = method->GetDeclaringClassSourceFile(); in TranslateLocation()
1584 if (*source_file == nullptr) { in TranslateLocation()
1585 *source_file = ""; in TranslateLocation()
Ddebugger.cc898 const char* source_file = method->GetDeclaringClassSourceFile(); in GetMethodSourceFile() local
899 return (source_file != nullptr) ? source_file : ""; in GetMethodSourceFile()
Dmonitor.h286 const char** source_file,
Dthread.cc2146 const char* source_file(m->GetDeclaringClassSourceFile()); in StartMethod() local
2150 source_file = nullptr; in StartMethod()
2153 os << "(" << (source_file != nullptr ? source_file : "unavailable") in StartMethod()
3054 const char* source_file = method->GetDeclaringClassSourceFile(); in CreateStackTraceElement() local
3061 if (source_file != nullptr) { in CreateStackTraceElement()
3062 source_name_object.Assign(mirror::String::AllocFromModifiedUtf8(soa.Self(), source_file)); in CreateStackTraceElement()
/art/runtime/hprof/
Dhprof.cc716 const char* source_file = method->GetDeclaringClassSourceFile(); in WriteStackTraces() local
717 if (source_file == nullptr) { in WriteStackTraces()
718 source_file = ""; in WriteStackTraces()
720 __ AddStringId(LookupStringId(source_file)); in WriteStackTraces()
/art/dexlayout/
Ddexlayout.cc1600 const dex_ir::StringId* source_file = class_def->SourceFile(); in DumpClass() local
1602 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
Ddex_ir.h912 const StringId* source_file, in ClassDef() argument
920 source_file_(source_file), in ClassDef()
Ddex_ir_builder.cc487 const StringId* source_file = in CreateClassDef() local
509 source_file, in CreateClassDef()
/art/test/
DAndroid.bp672 "992-source-data/source_file.cc",