Searched refs:readFromMemory (Results 1 – 1 of 1) sorted by relevance
1226 const void *readFromMemory() { in readFromMemory() function in __anonaa7cf1d91411::ByteCodeExecutor1240 return reinterpret_cast<T>(const_cast<void *>(readFromMemory<T>())); in readImpl()1246 return T(T::getFromOpaquePointer(readFromMemory<T>())); in readImpl()