Searched refs:CallCodeStore (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 400 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test 1097 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr() 1166 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStrz() 1188 uint64_t result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStrz()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 407 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test 1094 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr() 1136 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStrzMainLoop() 1160 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStrzMainLoop()
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 397 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test 1090 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 405 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test 1102 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 392 T CallCodeStore(uint32_t address, T param) in CallCodeStore() function in panda::compiler::Encoder32Test 1009 auto result = test->CallCodeStore<T>(reinterpret_cast<int32_t>(ptr), tmp); in TestStr()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 386 T CallCodeStore(uint32_t address, T param) in CallCodeStore() function in panda::compiler::Encoder32Test 1003 auto result = test->CallCodeStore<T>(reinterpret_cast<int32_t>(ptr), tmp); in TestStr()
|