Home
last modified time | relevance | path

Searched defs:Agent (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/ti/
H A Dagent.h31 class Agent; variable
115 Agent(const std::string& name, void* dlopen_handle) : name_(name), in Agent() function
H A Dagent.cc183 Agent::Agent(Agent&& other) noexcept in Agent() function in art::ti::Agent
/aosp12/art/runtime/
H A Druntime.h81 class Agent; variable