Lines Matching refs:print_error
20 static void print_error(jvmtiEnv *jvmti, const char *msg, jvmtiError ret) in print_error() function
48 print_error(jvmti, "GetLineNumberTable", ret); in do_get_line_number()
177 print_error(jvmti, "GetMethodDeclaringClass", ret); in get_source_filename()
183 print_error(jvmti, "GetSourceFileName", ret); in get_source_filename()
189 print_error(jvmti, "GetClassSignature", ret); in get_source_filename()
197 print_error(jvmti, "GetClassSignature", ret); in get_source_filename()
253 print_error(jvmti, "GetMethodDeclaringClass", ret); in compiled_method_load_cb()
283 print_error(jvmti, "GetClassSignature", ret); in compiled_method_load_cb()
290 print_error(jvmti, "GetMethodName", ret); in compiled_method_load_cb()
370 print_error(jvmti, "AddCapabilities", ret); in Agent_OnLoad()
382 print_error(jvmti, "GetJLocationFormat", ret); in Agent_OnLoad()
392 print_error(jvmti, "SetEventCallbacks", ret); in Agent_OnLoad()
399 print_error(jvmti, "SetEventNotificationMode(METHOD_LOAD)", ret); in Agent_OnLoad()
406 print_error(jvmti, "SetEventNotificationMode(CODE_GENERATED)", ret); in Agent_OnLoad()