Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_annotation.h29 static panda_file::File::EntityId FindAsyncAnnotation(Method *method);
Dets_annotation.cpp26 panda_file::File::EntityId EtsAnnotation::FindAsyncAnnotation(Method *method) in FindAsyncAnnotation() function in panda::ets::EtsAnnotation
Dets_class_linker.cpp75 panda_file::File::EntityId asyncAnnId = EtsAnnotation::FindAsyncAnnotation(method); in GetAsyncImplMethod()
Dets_class_linker_extension.cpp528 panda_file::File::EntityId asyncAnnId = EtsAnnotation::FindAsyncAnnotation(method); in GetNativeEntryPointFor()