Home
last modified time | relevance | path

Searched refs:CallCodeStore (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test.h226 T CallCodeStore(uint32_t address, T param) in CallCodeStore() function
Dencoder32_test_1.cpp599 auto result = test->CallCodeStore<T>(reinterpret_cast<int32_t>(ptr), tmp); in TestStr()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.h234 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function
Dencoder64_test_1.cpp684 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test.h242 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function
Dencoder64_test_1.cpp670 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr()
712 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStrzMainLoop()
736 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStrzMainLoop()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp400 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/compiler/tests/amd64/
Dencoder64_test.cpp398 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test
1099 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp386 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()