Lines Matching refs:print_error
20 static void print_error(jvmtiEnv *jvmti, const char *msg, jvmtiError ret) in print_error() function
45 print_error(jvmti, "GetLineNumberTable", ret); in do_get_line_numbers()
97 print_error(jvmti, "GetLineNumberTable", ret); in get_line_numbers()
182 print_error(jvmti, "GetMethodDeclaringClass", ret); in get_source_filename()
188 print_error(jvmti, "GetSourceFileName", ret); in get_source_filename()
194 print_error(jvmti, "GetClassSignature", ret); in get_source_filename()
202 print_error(jvmti, "GetClassSignature", ret); in get_source_filename()
260 print_error(jvmti, "GetMethodDeclaringClass", ret); in compiled_method_load_cb()
287 print_error(jvmti, "GetSourceFileName", ret); in compiled_method_load_cb()
294 print_error(jvmti, "GetClassSignature", ret); in compiled_method_load_cb()
301 print_error(jvmti, "GetMethodName", ret); in compiled_method_load_cb()
384 print_error(jvmti, "AddCapabilities", ret); in Agent_OnLoad()
396 print_error(jvmti, "GetJLocationFormat", ret); in Agent_OnLoad()
406 print_error(jvmti, "SetEventCallbacks", ret); in Agent_OnLoad()
413 print_error(jvmti, "SetEventNotificationMode(METHOD_LOAD)", ret); in Agent_OnLoad()
420 print_error(jvmti, "SetEventNotificationMode(CODE_GENERATED)", ret); in Agent_OnLoad()