Home
last modified time | relevance | path

Searched refs:SOURCE_LANG (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dclass_data_accessor.cpp44 while (tag != ClassTag::NOTHING && tag < ClassTag::SOURCE_LANG) { in ClassDataAccessor()
Dclass_data_accessor-inl.h88 return helpers::GetOptionalTaggedValue<SourceLang>(source_lang_sp_, ClassTag::SOURCE_LANG, in GetSourceLang()
Dmethod_data_accessor-inl.h132 return helpers::GetOptionalTaggedValue<SourceLang>(source_lang_sp_, MethodTag::SOURCE_LANG, in GetSourceLang()
Dfile_items.cpp381 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()
Dfile_items.h43 SOURCE_LANG = 0x02, enumerator
54 SOURCE_LANG = 0x02, enumerator
/arkcompiler/runtime_core/docs/
Dfile_format.md362 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [source…
404 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [sou…