Searched refs:CallCodeCall (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.h | 239 U CallCodeCall(T param1, T param2) in CallCodeCall() function
|
| D | encoder32_test_1.cpp | 676 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F() 690 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.h | 247 U CallCodeCall(T param1, T param2) in CallCodeCall() function
|
| D | encoder64_test_1.cpp | 752 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F() 766 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.h | 255 U CallCodeCall(T param1, T param2) in CallCodeCall() function
|
| D | encoder64_test_1.cpp | 834 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F() 848 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 411 U CallCodeCall(T param1, T param2) in CallCodeCall() function in panda::compiler::Encoder64Test 1167 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F() 1181 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 399 U CallCodeCall(T param1, T param2) in CallCodeCall() function in panda::compiler::Encoder32Test 1080 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F() 1094 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 413 U CallCodeCall(T param1, T param2) in CallCodeCall() function in panda::compiler::Encoder64Test 1257 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F() 1271 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
|