Searched refs:MethodTag (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
D | method_data_accessor-inl.h | 116 …return helpers::GetOptionalTaggedValue<File::EntityId>(tagged_values_sp_, MethodTag::CODE, &source… in GetCodeId() 132 return helpers::GetOptionalTaggedValue<SourceLang>(source_lang_sp_, MethodTag::SOURCE_LANG, in GetSourceLang() 147 helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>( in EnumerateRuntimeAnnotations() 148 runtime_annotations_sp_, MethodTag::RUNTIME_ANNOTATION, cb, &runtime_param_annotation_sp_); in EnumerateRuntimeAnnotations() 162 … MethodTag::RUNTIME_PARAM_ANNOTATION, &debug_sp_); in GetRuntimeParamAnnotationId() 175 …return helpers::GetOptionalTaggedValue<File::EntityId>(debug_sp_, MethodTag::DEBUG_INFO, &annotati… in GetDebugInfoId() 189 …helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>(annotations_sp_, MethodTag::AN… in EnumerateAnnotations() 204 return helpers::EnumerateTaggedValuesWithEarlyStop<File::EntityId, MethodTag, Callback>( in EnumerateRuntimeAnnotationsWithEarlyStop() 205 runtime_annotations_sp_, MethodTag::RUNTIME_ANNOTATION, cb); in EnumerateRuntimeAnnotationsWithEarlyStop() 219 …return helpers::EnumerateTaggedValuesWithEarlyStop<File::EntityId, MethodTag, Callback>(annotation… in EnumerateAnnotationsWithEarlyStop() [all …]
|
D | file_items.cpp | 636 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteRuntimeAnnotations() 642 …if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_PARAM_ANNOTATION, runtime_param_annotations_)) { in WriteRuntimeAnnotations() 653 … if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_TYPE_ANNOTATION, runtime_type_annotation)) { in WriteTypeAnnotations() 659 if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION, type_annotation)) { in WriteTypeAnnotations() 670 if (!WriteIdTaggedValue(writer, MethodTag::CODE, code_)) { in WriteTaggedData() 676 if (!WriteTaggedValue(writer, MethodTag::SOURCE_LANG, static_cast<uint8_t>(source_lang_))) { in WriteTaggedData() 686 if (!WriteIdTaggedValue(writer, MethodTag::DEBUG_INFO, debug_info_)) { in WriteTaggedData() 692 if (!WriteIdTaggedValue(writer, MethodTag::ANNOTATION, annotation)) { in WriteTaggedData() 702 if (!WriteIdTaggedValue(writer, MethodTag::PARAM_ANNOTATION, param_annotations_)) { in WriteTaggedData() 707 return writer->WriteByte(static_cast<uint8_t>(MethodTag::NOTHING)); in WriteTaggedData()
|
D | file_items.h | 51 enum class MethodTag : uint8_t { enum
|
/arkcompiler/runtime_core/docs/ |
D | file_format.md | 352 … must have type [TaggedValue](#taggedvalue). Tag must have values from [MethodTag](#methodtag) and… 356 ### MethodTag subsection
|