Searched defs:new_plugin (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Druntime.cc1648 Plugin new_plugin = Plugin::Create(plugin_name); local
1650 if (!new_plugin.Load(error_msg)) {
1654 plugins->push_back(std::move(new_plugin));

Completed in 62 milliseconds