Lines Matching refs:handle_error
45 static int handle_error(jvmtiError err, char const * msg, int severe) in handle_error() function
133 if (handle_error(err, "GetMethodDeclaringClass()", 1)) in cb_compiled_method_load()
150 handle_error(err, "GetSourceFileName()", 1); in cb_compiled_method_load()
154 handle_error(err, "GetLineNumberTable()", 1); in cb_compiled_method_load()
160 if (handle_error(err, "GetClassSignature()", 1)) in cb_compiled_method_load()
165 if (handle_error(err, "GetMethodName()", 1)) in cb_compiled_method_load()
277 if (handle_error(error, "AddCapabilities()", 1)) in Agent_OnLoad()
282 if (!handle_error(error, "GetJLocationFormat", 1) && in Agent_OnLoad()
288 if (!handle_error(error, "AddCapabilities()", 1)) in Agent_OnLoad()
298 if (handle_error(error, "SetEventCallbacks()", 1)) in Agent_OnLoad()
303 if (handle_error(error, "SetEventNotificationMode() " in Agent_OnLoad()
308 if (handle_error(error, "SetEventNotificationMode() " in Agent_OnLoad()
313 if (handle_error(error, "SetEventNotificationMode() " in Agent_OnLoad()