Searched refs:set_message (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp723 java_lang_Throwable::set_message(exc, msg);
1098 java_lang_Throwable::set_message(Universe::_out_of_memory_error_java_heap, msg());
1101 java_lang_Throwable::set_message(Universe::_out_of_memory_error_perm_gen, msg());
1104 java_lang_Throwable::set_message(Universe::_out_of_memory_error_array_size, msg());
1107 java_lang_Throwable::set_message(Universe::_out_of_memory_error_gc_overhead_limit, msg());
1110 java_lang_Throwable::set_message(Universe::_arithmetic_exception_instance, msg());
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp484 static void set_message(oop throwable, oop value);
H A DjavaClasses.cpp1119 void java_lang_Throwable::set_message(oop throwable, oop value) { function in class:java_lang_Throwable

Completed in 40 milliseconds