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.cc1572 const char** source_file, in TranslateLocation() argument
1576 *source_file = ""; in TranslateLocation()
1580 *source_file = method->GetDeclaringClassSourceFile(); in TranslateLocation()
1581 if (*source_file == nullptr) { in TranslateLocation()
1582 *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.h280 const char** source_file,
Dthread.cc2026 const char* source_file(m->GetDeclaringClassSourceFile()); in StartMethod() local
2027 os << "(" << (source_file != nullptr ? source_file : "unavailable") in StartMethod()
2880 const char* source_file = method->GetDeclaringClassSourceFile(); in CreateStackTraceElement() local
2887 if (source_file != nullptr) { in CreateStackTraceElement()
2888 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.cc1533 const dex_ir::StringId* source_file = class_def->SourceFile(); in DumpClass() local
1535 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
Ddex_ir_builder.cc487 const StringId* source_file = in CreateClassDef() local
509 source_file, in CreateClassDef()
Ddex_ir.h912 const StringId* source_file, in ClassDef() argument
920 source_file_(source_file), in ClassDef()
/art/test/
DAndroid.bp372 "992-source-data/source_file.cc",