Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.h67 LoadError Load(/*out*/jint* call_res, /*out*/std::string* error_msg) { in Load() argument
69 return DoLoadHelper(false, call_res, error_msg); in Load()
76 LoadError Attach(/*out*/jint* call_res, /*out*/std::string* error_msg) { in Attach() argument
78 return DoLoadHelper(true, call_res, error_msg); in Attach()
95 /*out*/jint* call_res,
Dagent.cc35 /*out*/jint* call_res, in DoLoadHelper() argument
37 DCHECK(call_res != nullptr); in DoLoadHelper()
62 *call_res = callback(Runtime::Current()->GetJavaVM(), in DoLoadHelper()
65 if (*call_res != 0) { in DoLoadHelper()
67 name_.c_str(), *call_res); in DoLoadHelper()