Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.cc49 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res, in Load() argument
53 return DoLoadHelper(nullptr, false, nullptr, call_res, error, error_msg); in Load()
59 /*out*/jint* call_res, in Attach() argument
63 return DoLoadHelper(env, true, class_loader, call_res, error, error_msg); in Attach()
71 /*out*/jint* call_res, in DoLoadHelper() argument
75 DCHECK(call_res != nullptr); in DoLoadHelper()
96 *call_res = callback(Runtime::Current()->GetJavaVM(), in DoLoadHelper()
99 if (*call_res != 0) { in DoLoadHelper()
101 name_.c_str(), *call_res); in DoLoadHelper()
Dagent.h55 std::unique_ptr<Agent> Load(/*out*/jint* call_res,
62 /*out*/jint* call_res,
75 /*out*/jint* call_res,