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

/art/runtime/
H A Druntime.cc1541 // We load plugins first since that can modify the runtime state slightly.
1542 // Load all plugins
1627 std::vector<Plugin>* plugins,
1632 for (const Plugin& p : *plugins) {
1654 plugins->push_back(std::move(new_plugin));
1626 EnsureJvmtiPlugin(Runtime* runtime, std::vector<Plugin>* plugins, std::string* error_msg) argument

Completed in 28 milliseconds