| 260 | } |
| 261 | |
| 262 | void Executor::RuntimeManager::applyMetaToRuntime() const { |
| 263 | for (auto& iter : mInside->mRuntime.first) { |
| 264 | iter.second->pMeta = mInside->mMeta; |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | bool Executor::RuntimeManager::getInfo(Interpreter::SessionInfoCode code, void* ptr) { |
| 269 | // Only support get memory |
no outgoing calls
no test coverage detected