Searched refs:DoLoadHelper (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ti/ |
D | agent.cc | 53 return DoLoadHelper(nullptr, false, nullptr, call_res, error, error_msg); in Load() 63 return DoLoadHelper(env, true, class_loader, call_res, error, error_msg); in Attach() 68 std::unique_ptr<Agent> AgentSpec::DoLoadHelper(JNIEnv* env, in DoLoadHelper() function in art::ti::AgentSpec
|
D | agent.h | 72 std::unique_ptr<Agent> DoLoadHelper(JNIEnv* env,
|