Searched defs:error_msg (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp403 static MethodMatcher::Mode check_mode(char name[], const char*& error_msg) { argument
419 error_msg = " Embedded * not allowed";
428 int* bytes_read, const char*& error_msg) {
430 error_msg = NULL;
433 *c_mode = check_mode(class_name, error_msg);
434 *m_mode = check_mode(method_name, error_msg);
495 const char* error_msg = NULL; local
498 if (scan_line(line, class_name, &c_match, method_name, &m_match, &bytes_read, error_msg)) {
532 error_msg = errorbuf;
548 if (error_msg !
425 scan_line(const char * line, char class_name[], MethodMatcher::Mode* c_mode, char method_name[], MethodMatcher::Mode* m_mode, int* bytes_read, const char*& error_msg) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp221 void report_vm_error(const char* file, int line, const char* error_msg, argument
226 VMError err(thread, file, line, error_msg, detail_msg);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp483 char* error_msg = NULL; local
489 zip = (*ZipOpen)(canonical_path, &error_msg);
491 if (zip != NULL && error_msg == NULL) {
499 if (error_msg == NULL) {
503 int len = (int)(strlen(path) + strlen(error_msg) + 128);
505 jio_snprintf(msg, len - 1, "error in opening JAR file <%s> %s", error_msg, path);
532 char* error_msg = NULL; local
539 zip = (*ZipOpen)(canonical_path, &error_msg);
541 if (zip != NULL && error_msg == NULL) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1010 error_msg = 17 * wordSize enumerator in enum:StubGenerator::__anon51
1087 __ movptr(c_rarg0, Address(rsp, error_msg)); // pass address of error message

Completed in 57 milliseconds