Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfield_data_accessor-inl.h141 runtime_annotations_sp_, FieldTag::RUNTIME_ANNOTATION, cb, &annotations_sp_); in EnumerateRuntimeAnnotations()
204 runtime_annotations_sp_, FieldTag::RUNTIME_ANNOTATION, cb); in EnumerateRuntimeAnnotationsWithEarlyStop()
Dclass_data_accessor-inl.h100 runtime_annotations_sp_, ClassTag::RUNTIME_ANNOTATION, cb, &annotations_sp_); in EnumerateRuntimeAnnotations()
122 runtime_annotations_sp_, ClassTag::RUNTIME_ANNOTATION, cb); in EnumerateRuntimeAnnotationsWithEarlyStop()
Dmethod_data_accessor-inl.h148 runtime_annotations_sp_, MethodTag::RUNTIME_ANNOTATION, cb, &runtime_param_annotation_sp_); in EnumerateRuntimeAnnotations()
205 runtime_annotations_sp_, MethodTag::RUNTIME_ANNOTATION, cb); in EnumerateRuntimeAnnotationsWithEarlyStop()
Dfile_items.cpp348 if (!WriteIdTaggedValue(writer, ClassTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteAnnotations()
636 if (!WriteIdTaggedValue(writer, MethodTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteRuntimeAnnotations()
1335 if (!WriteIdTaggedValue(writer, FieldTag::RUNTIME_ANNOTATION, runtime_annotation)) { in WriteAnnotations()
Dfile_items.h44 RUNTIME_ANNOTATION = 0x03, enumerator
55 RUNTIME_ANNOTATION = 0x03, enumerator
68 RUNTIME_ANNOTATION = 0x03, enumerator
/arkcompiler/runtime_core/docs/
Dfile_format.md363 | `RUNTIME_ANNOTATION` | `0x03` | `>=0` | `uint8_t[4]` | Data represents the offset …
405 | `RUNTIME_ANNOTATION` | `0x03` | `>=0` | `uint8_t[4]` | Offset to runtime **visi…