Searched refs:SOURCE_LANG (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
D | class_data_accessor.cpp | 44 while (tag != ClassTag::NOTHING && tag < ClassTag::SOURCE_LANG) { in ClassDataAccessor()
|
D | class_data_accessor-inl.h | 88 return helpers::GetOptionalTaggedValue<SourceLang>(source_lang_sp_, ClassTag::SOURCE_LANG, in GetSourceLang()
|
D | method_data_accessor-inl.h | 132 return helpers::GetOptionalTaggedValue<SourceLang>(source_lang_sp_, MethodTag::SOURCE_LANG, in GetSourceLang()
|
D | file_items.cpp | 381 if (!WriteTaggedValue(writer, ClassTag::SOURCE_LANG, static_cast<uint8_t>(source_lang_))) { in WriteTaggedData() 676 if (!WriteTaggedValue(writer, MethodTag::SOURCE_LANG, static_cast<uint8_t>(source_lang_))) { in WriteTaggedData()
|
D | file_items.h | 43 SOURCE_LANG = 0x02, enumerator 54 SOURCE_LANG = 0x02, enumerator
|
/arkcompiler/runtime_core/docs/ |
D | file_format.md | 362 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [source… 404 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [sou…
|