Searched defs:callArg (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/insert_try_catch/ |
| D | insert_try_catch_dynamic.cpp | 92 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/ |
| D | add_try_catch.cpp | 91 abckit::Instruction callArg = graph.DynIsa().CreateCallarg1(print, catchPhi); in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/add_try_catch/dynamic/ |
| D | add_try_catch_test.cpp | 62 AbckitInst *callArg = g_dynG->iCreateCallarg1(graph, print, catchPhi); in TransformIr() local
|
| /arkcompiler/runtime_core/libabckit/tests/internal/ICSlotAllocator/ |
| D | ICSlotAllocator.cpp | 126 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TransformIr() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/ |
| D | add_log_dynamic_test.cpp | 118 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TransformIr() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_try_catch/ |
| D | add_try_catch_test.cpp | 153 AbckitInst *callArg = g_dynG->iCreateCallarg1(graph, print, catchPhi); in TransformIr() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_log/ |
| D | add_log_dynamic_test.cpp | 205 auto *callArg = g_dynG->iCreateCallarg1(graph, print, str); in TransformIr() local
|