Home
last modified time | relevance | path

Searched refs:CallCodeCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp411 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/
Dencoder32_test.cpp399 U CallCodeCall(T param1, T param2) in CallCodeCall() function in panda::compiler::Encoder32Test
1088 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1102 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp413 U CallCodeCall(T param1, T param2) in CallCodeCall() function in panda::compiler::Encoder64Test
1258 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1272 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()