Home
last modified time | relevance | path

Searched refs:source_file_ (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h417 entry.source_file_ = index_to_string_data(name_idx); in DecodeDebugPositionInfo()
Ddex_file.h533 const char* source_file_ = nullptr; // nullptr if the file from ClassDef still applies. member
/art/dexlayout/
Ddex_ir.h920 source_file_(source_file), in ClassDef()
934 const StringId* SourceFile() const { return source_file_; } in SourceFile()
946 const StringId* source_file_; // This can be nullptr. variable