Lines Matching refs:ERROR
76 LOG(ERROR) << "ERROR: Can't find class " << descriptor; in DoExtractClassFromData()
365 LOG(ERROR) << "Unable to get method info!"; in doJvmtiMethodBind()
376 LOG(ERROR) << "Unable to get class name!"; in GetName()
449 LOG(ERROR) << "Unable to get callback info!"; in FieldAccessHook()
519 LOG(ERROR) << "Unable to get callback info!"; in FieldModificationHook()
538 LOG(ERROR) << "Unable to get method info!"; in MethodExitHook()
557 LOG(ERROR) << "Unable to get method info!"; in MethodEntryHook()
574 LOG(ERROR) << "Unable to get a classes fields!"; in ClassPrepareHook()
589 LOG(ERROR) << "Unable to get class info!"; in ClassPrepareHook()
605 LOG(ERROR) << "Unable to get method info!"; in SingleStepHook()
711 LOG(ERROR) << "Couldn't set prepare event!"; in WatchAllFields()
723 LOG(ERROR) << "Unable to get jni env. Ignoring and potentially leaking jobjects."; in WatchAllFields()
740 LOG(ERROR) << "Unable to set watches on a field."; in WatchAllFields()
745 LOG(ERROR) << "Unexpected error getting class fields!"; in WatchAllFields()
760 LOG(ERROR) << "Unable to get jvmti env."; in Agent_OnLoad()
766 LOG(ERROR) << "Unable to allocate data for stress test."; in Agent_OnLoad()
774 LOG(ERROR) << "Unable to save stress test data."; in Agent_OnLoad()
837 LOG(ERROR) << "Unable to set class file load hook cb!"; in Agent_OnLoad()
843 LOG(ERROR) << "Unable to enable JVMTI_EVENT_VM_INIT event!"; in Agent_OnLoad()
850 LOG(ERROR) << "Unable to enable CLASS_FILE_LOAD_HOOK event!"; in Agent_OnLoad()
858 LOG(ERROR) << "Unable to enable CLASS_PREPARE event!"; in Agent_OnLoad()
864 LOG(ERROR) << "Unable to enable JVMTI_EVENT_NATIVE_METHOD_BIND event!"; in Agent_OnLoad()
870 LOG(ERROR) << "Unable to enable JVMTI_EVENT_METHOD_ENTRY event!"; in Agent_OnLoad()
876 LOG(ERROR) << "Unable to enable JVMTI_EVENT_METHOD_EXIT event!"; in Agent_OnLoad()
884 LOG(ERROR) << "Unable to enable FIELD_MODIFICATION event!"; in Agent_OnLoad()
890 LOG(ERROR) << "Unable to enable FIELD_ACCESS event!"; in Agent_OnLoad()