Searched refs:CallCodeStore (Results 1 – 3 of 3) sorted by relevance
400 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test1097 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()
397 T CallCodeStore(uint64_t address, T param) in CallCodeStore() function in panda::compiler::Encoder64Test1090 auto result = test->CallCodeStore<T>(reinterpret_cast<int64_t>(ptr), tmp); in TestStr()
386 T CallCodeStore(uint32_t address, T param) in CallCodeStore() function in panda::compiler::Encoder32Test1003 auto result = test->CallCodeStore<T>(reinterpret_cast<int32_t>(ptr), tmp); in TestStr()