Home
last modified time | relevance | path

Searched refs:AnnotationField (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp349 uint32_t Method::GetNumericalAnnotation(AnnotationField fieldId) const in GetNumericalAnnotation()
355 panda_file::File::StringData Method::GetStringDataAnnotation(AnnotationField fieldId) const in GetStringDataAnnotation()
357 …ASSERT(fieldId >= AnnotationField::STRING_DATA_BEGIN && fieldId <= AnnotationField::STRING_DATA_EN… in GetStringDataAnnotation()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h82 using AnnotationField = panda_file::MethodDataAccessor::AnnotationField; variable
463 uint32_t GetNumericalAnnotation(AnnotationField fieldId) const;
464 panda_file::File::StringData GetStringDataAnnotation(AnnotationField fieldId) const;
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor.h28 enum AnnotationField : uint32_t { enum
Dmethod_data_accessor-inl.h378 …set = const_cast<MethodDataAccessor *>(this)->GetNumericalAnnotation(AnnotationField::FUNCTION_NAM… in GetFullName()