Home
last modified time | relevance | path

Searched refs:unload_functions (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/tools/jvmti-agents/chain-agents/
H A Dchainagents.cc49 static std::vector<Unloader> unload_functions; variable
92 unload_functions.push_back({ auf }); in Load()
129 for (const Unloader& u : unload_functions) { in Agent_OnUnload()
133 unload_functions.clear(); in Agent_OnUnload()
/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc49 static std::vector<Unloader> unload_functions; variable
71 unload_functions.push_back({ in ProxyJavaVM()
338 for (const Unloader& u : unload_functions) { in Agent_OnUnload()
342 unload_functions.clear(); in Agent_OnUnload()