Home
last modified time | relevance | path

Searched defs:callArg (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/insert_try_catch/
Dinsert_try_catch_dynamic.cpp92 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TEST_F() local
129 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/add_try_catch/
Dadd_try_catch.cpp91 abckit::Instruction callArg = graph.DynIsa().CreateCallarg1(print, catchPhi); in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_try_catch/dynamic/
Dadd_try_catch_test.cpp62 AbckitInst *callArg = g_dynG->iCreateCallarg1(graph, print, catchPhi); in TransformIr() local
/arkcompiler/runtime_core/libabckit/tests/internal/ICSlotAllocator/
DICSlotAllocator.cpp126 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TransformIr() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/
Dadd_log_dynamic_test.cpp118 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TransformIr() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_try_catch/
Dadd_try_catch_test.cpp153 AbckitInst *callArg = g_dynG->iCreateCallarg1(graph, print, catchPhi); in TransformIr() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_log/
Dadd_log_dynamic_test.cpp205 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TransformIr() local