Home
last modified time | relevance | path

Searched refs:ParamAnnotationsItem (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h878 class ParamAnnotationsItem;
926 void SetRuntimeParamAnnotationItem(ParamAnnotationsItem *annotations) in SetRuntimeParamAnnotationItem()
931 void SetParamAnnotationItem(ParamAnnotationsItem *annotations) in SetParamAnnotationItem()
1008 ParamAnnotationsItem *runtime_param_annotations_ {nullptr};
1009 ParamAnnotationsItem *param_annotations_ {nullptr};
1271 class ParamAnnotationsItem : public BaseItem { class in panda::panda_file::ClassTag::MethodTag::FieldTag
1273 ParamAnnotationsItem(MethodItem *method, bool is_runtime_annotations);
1275 ~ParamAnnotationsItem() override = default;
1286 DEFAULT_MOVE_SEMANTIC(ParamAnnotationsItem);
1287 DEFAULT_COPY_SEMANTIC(ParamAnnotationsItem);
[all...]
H A Dfile_items.cpp441 ParamAnnotationsItem::ParamAnnotationsItem(MethodItem *method, bool is_runtime_annotations) in ParamAnnotationsItem() function in panda::panda_file::ParamAnnotationsItem
458 size_t ParamAnnotationsItem::CalculateSize() const in CalculateSize()
470 bool ParamAnnotationsItem::Write(Writer *writer) in Write()
H A Dfile_reader.cpp689 container_.CreateItem<ParamAnnotationsItem>(method_item, true); in CreateMethodItem()
693 container_.CreateItem<ParamAnnotationsItem>(method_item, false); in CreateMethodItem()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h891 class ParamAnnotationsItem;
944 void SetRuntimeParamAnnotationItem(ParamAnnotationsItem *annotations) in SetRuntimeParamAnnotationItem()
949 void SetParamAnnotationItem(ParamAnnotationsItem *annotations) in SetParamAnnotationItem()
1037 ParamAnnotationsItem *runtimeParamAnnotations_ {nullptr};
1038 ParamAnnotationsItem *paramAnnotations_ {nullptr};
1346 class ParamAnnotationsItem : public BaseItem { class in ark::panda_file::ClassTag
1348 ParamAnnotationsItem(MethodItem *method, bool isRuntimeAnnotations);
1350 ~ParamAnnotationsItem() override = default;
1361 DEFAULT_MOVE_SEMANTIC(ParamAnnotationsItem);
1362 DEFAULT_COPY_SEMANTIC(ParamAnnotationsItem);
[all...]
H A Dfile_items.cpp398 ParamAnnotationsItem::ParamAnnotationsItem(MethodItem *method, bool isRuntimeAnnotations) in ParamAnnotationsItem() function in ark::panda_file::ParamAnnotationsItem
415 size_t ParamAnnotationsItem::CalculateSize() const in CalculateSize()
427 bool ParamAnnotationsItem::Write(Writer *writer) in Write()
H A Dfile_reader.cpp679 container_.CreateItem<ParamAnnotationsItem>(methodItem, true); in CreateMethodItem()
683 container_.CreateItem<ParamAnnotationsItem>(methodItem, false); in CreateMethodItem()
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp237 cont_.CreateItem<panda_file::ParamAnnotationsItem>(ni, true); in MergeMethod()
241 cont_.CreateItem<panda_file::ParamAnnotationsItem>(ni, false); in MergeMethod()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp52 using panda::panda_file::ParamAnnotationsItem;
1202 items->CreateItem<ParamAnnotationsItem>(method, true); in AddMethodAndParamsAnnotations()
1206 items->CreateItem<ParamAnnotationsItem>(method, false); in AddMethodAndParamsAnnotations()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp48 using ark::panda_file::ParamAnnotationsItem;
1344 items->CreateItem<ParamAnnotationsItem>(method, true); in AddMethodAndParamsAnnotations()
1348 items->CreateItem<ParamAnnotationsItem>(method, false); in AddMethodAndParamsAnnotations()

Completed in 28 milliseconds