/arkcompiler/runtime_core/libpandafile/ |
H A D | method_data_accessor-inl.h | 116 return helpers::GetOptionalTaggedValue<File::EntityId>(tagged_values_sp_, MethodTag::CODE, &source_lang_sp_); 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, &annotations_sp_); in GetDebugInfoId() 189 helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>(annotations_sp_, MethodTag::ANNOTATION, cb, in EnumerateAnnotations() 204 return helpers::EnumerateTaggedValuesWithEarlyStop<File::EntityId, MethodTag, Callback>( in EnumerateRuntimeAnnotationsWithEarlyStop() 205 runtime_annotations_sp_, MethodTag in EnumerateRuntimeAnnotationsWithEarlyStop() [all...] |
H A D | file_items.cpp | 650 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteRuntimeAnnotations() 656 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_PARAM_ANNOTATION, runtime_param_annotations_)) { in WriteRuntimeAnnotations() 667 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_TYPE_ANNOTATION, runtime_type_annotation)) { in WriteTypeAnnotations() 673 if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION, type_annotation)) { in WriteTypeAnnotations() 684 if (!WriteIdTaggedValue(writer, MethodTag::CODE, code_)) { in WriteTaggedData() 690 if (!WriteTaggedValue(writer, MethodTag::SOURCE_LANG, static_cast<uint8_t>(source_lang_))) { in WriteTaggedData() 700 if (!WriteIdTaggedValue(writer, MethodTag::DEBUG_INFO, debug_info_)) { in WriteTaggedData() 706 if (!WriteIdTaggedValue(writer, MethodTag::ANNOTATION, annotation)) { in WriteTaggedData() 716 if (!WriteIdTaggedValue(writer, MethodTag::PARAM_ANNOTATION, param_annotations_)) { in WriteTaggedData() 721 return writer->WriteByte(static_cast<uint8_t>(MethodTag in WriteTaggedData() [all...] |
H A D | file_items.h | 51 enum class MethodTag : uint8_t { class in panda::panda_file::ClassTag
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | method_data_accessor-inl.h | 118 return helpers::GetOptionalTaggedValue<File::EntityId>(taggedValuesSp_, MethodTag::CODE, &sourceLangSp_); in GetCodeId() 134 return helpers::GetOptionalTaggedValue<SourceLang>(sourceLangSp_, MethodTag::SOURCE_LANG, &runtimeAnnotationsSp_); in GetSourceLang() 148 helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>( in EnumerateRuntimeAnnotations() 149 runtimeAnnotationsSp_, MethodTag::RUNTIME_ANNOTATION, cb, &runtimeParamAnnotationSp_); in EnumerateRuntimeAnnotations() 163 MethodTag::RUNTIME_PARAM_ANNOTATION, &debugSp_); in GetRuntimeParamAnnotationId() 176 return helpers::GetOptionalTaggedValue<File::EntityId>(debugSp_, MethodTag::DEBUG_INFO, &annotationsSp_); in GetDebugInfoId() 190 helpers::EnumerateTaggedValues<File::EntityId, MethodTag, Callback>(annotationsSp_, MethodTag::ANNOTATION, cb, in EnumerateAnnotations() 205 return helpers::EnumerateTaggedValuesWithEarlyStop<File::EntityId, MethodTag, Callback>( in EnumerateRuntimeAnnotationsWithEarlyStop() 206 runtimeAnnotationsSp_, MethodTag in EnumerateRuntimeAnnotationsWithEarlyStop() [all...] |
H A D | file_items.cpp | 591 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtimeAnnotation)) { in WriteRuntimeAnnotations() 597 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_PARAM_ANNOTATION, runtimeParamAnnotations_)) { in WriteRuntimeAnnotations() 608 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_TYPE_ANNOTATION, runtimeTypeAnnotation)) { in WriteTypeAnnotations() 614 if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION, typeAnnotation)) { in WriteTypeAnnotations() 625 if (!WriteIdTaggedValue(writer, MethodTag::CODE, code_)) { in WriteTaggedData() 631 if (!WriteTaggedValue(writer, MethodTag::SOURCE_LANG, static_cast<uint8_t>(sourceLang_))) { in WriteTaggedData() 641 if (!WriteIdTaggedValue(writer, MethodTag::DEBUG_INFO, debugInfo_)) { in WriteTaggedData() 647 if (!WriteIdTaggedValue(writer, MethodTag::ANNOTATION, annotation)) { in WriteTaggedData() 657 if (!WriteIdTaggedValue(writer, MethodTag::PARAM_ANNOTATION, paramAnnotations_)) { in WriteTaggedData() 663 if (!WriteTaggedValue(writer, MethodTag in WriteTaggedData() [all...] |
H A D | file_items.h | 52 enum class MethodTag : uint8_t { class in ark::panda_file::ClassTag
|