Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/wrong_ctx_tests/
Dwrong_ctx_tests_IsaApiDynamicImpl_1.cpp156 TEST_F(LibAbcKitWrongCtxTestsIsaApiDynamicImpl1, iCreateAsyncfunctionresolve) in TEST_F() argument
158 helpers_wrong_ctx::TestWrongCtx(g_isaApiDynamicImp->iCreateAsyncfunctionresolve); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/async/
Dasync_dynamic.cpp73 …helpers::ReplaceInst(asyncResolveInst, g_dynG->iCreateAsyncfunctionresolve(graph, inputOne, inputT… in TEST_F()
97 …helpers::ReplaceInst(asyncResolveInst, g_dynG->iCreateAsyncfunctionresolve(graph, inputOne, inputT… in TEST_F()
123 g_dynG->iCreateAsyncfunctionresolve(graph, inputOne, inputTwo)); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/wrong_mode_tests/
Dwrong_mode_tests_IsaApiDynamicImpl_0.cpp84 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl0, iCreateAsyncfunctionresolve) in TEST_F() argument
86 helpers_mode::TestMode(g_isaApiDynamicImp->iCreateAsyncfunctionresolve, true); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/null_args_tests/
Dnull_args_tests_IsaApiDynamicImpl_0.cpp88 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncfunctionresolve) in TEST_F() argument
90 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncfunctionresolve); in TEST_F()
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h2607 …AbckitInst *(*iCreateAsyncfunctionresolve)(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0… member
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa_impl.h1427 …conf->cDynapi_->iCreateAsyncfunctionresolve(graph_.GetResource(), acc.GetView(), input0.GetView()); in CreateAsyncfunctionresolve()