Lines Matching refs:print_error
17 static void print_error(jvmtiEnv *jvmti, const char *msg, jvmtiError ret) in print_error() function
41 print_error(jvmti, "GetLineNumberTable", ret); in do_get_line_numbers()
93 print_error(jvmti, "GetLineNumberTable", ret); in get_line_numbers()
170 print_error(jvmti, "GetMethodDeclaringClass", ret); in get_source_filename()
176 print_error(jvmti, "GetSourceFileName", ret); in get_source_filename()
182 print_error(jvmti, "GetClassSignature", ret); in get_source_filename()
190 print_error(jvmti, "GetClassSignature", ret); in get_source_filename()
248 print_error(jvmti, "GetMethodDeclaringClass", ret); in compiled_method_load_cb()
275 print_error(jvmti, "GetSourceFileName", ret); in compiled_method_load_cb()
282 print_error(jvmti, "GetClassSignature", ret); in compiled_method_load_cb()
289 print_error(jvmti, "GetMethodName", ret); in compiled_method_load_cb()
372 print_error(jvmti, "AddCapabilities", ret); in Agent_OnLoad()
384 print_error(jvmti, "GetJLocationFormat", ret); in Agent_OnLoad()
394 print_error(jvmti, "SetEventCallbacks", ret); in Agent_OnLoad()
401 print_error(jvmti, "SetEventNotificationMode(METHOD_LOAD)", ret); in Agent_OnLoad()
408 print_error(jvmti, "SetEventNotificationMode(CODE_GENERATED)", ret); in Agent_OnLoad()