Searched refs:MemoryRefresh (Results 1 – 5 of 5) sorted by relevance
56 virtual bool MemoryRefresh(const std::string) const;
179 bool JsApp::MemoryRefresh(const std::string) const in MemoryRefresh() function in JsApp
75 bool MemoryRefresh(const std::string memoryRefreshArgs) const override;
772 bool JsAppImpl::MemoryRefresh(const std::string memoryRefreshArgs) const in MemoryRefresh() function in JsAppImpl
569 bool ret = JsAppImpl::GetInstance().MemoryRefresh(args.toStyledString()); in RunSet()