Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp278 if (source_file_ != nullptr) { in CalculateSizeWithoutFieldsAndMethods()
390 if (source_file_ != nullptr) { in WriteTaggedData()
391 if (!WriteIdTaggedValue(writer, ClassTag::SOURCE_FILE, source_file_)) { in WriteTaggedData()
Dfile_items.h1018 source_file_(nullptr), in ClassItem()
1082 source_file_ = item; in SetSourceFile()
1172 StringItem *source_file_; variable