Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor-inl.h79 GetRuntimeParamAnnotationId(); in SkipRuntimeParamAnnotation()
151 inline std::optional<File::EntityId> MethodDataAccessor::GetRuntimeParamAnnotationId() in GetRuntimeParamAnnotationId() function
Dmethod_data_accessor.h126 std::optional<File::EntityId> GetRuntimeParamAnnotationId();
Dfile_reader.cpp562 auto runtime_param_ann_id = method_acc->GetRuntimeParamAnnotationId(); in CreateMethodParamItems()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp383 EXPECT_FALSE(data_accessor.GetRuntimeParamAnnotationId().has_value()); in __anon1a961e180802()
466 EXPECT_FALSE(data_accessor.GetRuntimeParamAnnotationId().has_value()); in __anon1a961e180b02()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp114 ASSERT_FALSE(mda.GetRuntimeParamAnnotationId().has_value()); in TEST()
Dassembler_emitter_test.cpp154 EXPECT_FALSE(mda.GetRuntimeParamAnnotationId().has_value()); in __anon9d5bb8020402()