Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor.h181 uint32_t GetNumericalAnnotation(uint32_t field_id);
Dmethod_data_accessor-inl.h333 inline uint32_t MethodDataAccessor::GetNumericalAnnotation(uint32_t field_id) in GetNumericalAnnotation() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor-inl.h374 inline uint32_t MethodDataAccessor::GetNumericalAnnotation(uint32_t fieldId) in GetNumericalAnnotation() function
390 …uint32_t strOffset = const_cast<MethodDataAccessor *>(this)->GetNumericalAnnotation(AnnotationFiel… in GetFullName()
Dmethod_data_accessor.h195 uint32_t GetNumericalAnnotation(uint32_t fieldId);
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp349 uint32_t Method::GetNumericalAnnotation(AnnotationField fieldId) const in GetNumericalAnnotation() function in ark::Method
352 return mda.GetNumericalAnnotation(fieldId); in GetNumericalAnnotation()
359 uint32_t strOffset = mda.GetNumericalAnnotation(fieldId); in GetStringDataAnnotation()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h473 uint32_t GetNumericalAnnotation(AnnotationField fieldId) const;