Searched defs:generate_throw_exception (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1651 void TemplateInterpreterGenerator::generate_throw_exception() { function in class:TemplateInterpreterGenerator
H A DtemplateInterpreter_x86_64.cpp1670 void TemplateInterpreterGenerator::generate_throw_exception() { function in class:TemplateInterpreterGenerator
H A DstubGenerator_x86_32.cpp2788 address generate_throw_exception(const char* name, address runtime_entry, function in class:StubGenerator
2918 StubRoutines::_throw_StackOverflowError_entry = generate_throw_exception("StackOverflowError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError));
2927 StubRoutines::_throw_AbstractMethodError_entry = generate_throw_exception("AbstractMethodError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_AbstractMethodError));
2928 StubRoutines::_throw_IncompatibleClassChangeError_entry= generate_throw_exception("IncompatibleClassChangeError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_IncompatibleClassChangeError));
2929 StubRoutines::_throw_NullPointerException_at_call_entry= generate_throw_exception("NullPointerException at call throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_NullPointerException_at_call));
H A DstubGenerator_x86_64.cpp3635 address generate_throw_exception(const char* name, function in class:StubGenerator
3763 generate_throw_exception("StackOverflowError throw_exception",
3776 generate_throw_exception("AbstractMethodError throw_exception",
3782 generate_throw_exception("IncompatibleClassChangeError throw_exception",
3788 generate_throw_exception("NullPointerException at call throw_exception",
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp439 address generate_throw_exception(const char* name, address runtime_entry, function in class:StubGenerator
3408 StubRoutines::_throw_StackOverflowError_entry = generate_throw_exception("StackOverflowError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError));
3419 StubRoutines::_throw_AbstractMethodError_entry = generate_throw_exception("AbstractMethodError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_AbstractMethodError));
3420 StubRoutines::_throw_IncompatibleClassChangeError_entry= generate_throw_exception("IncompatibleClassChangeError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_IncompatibleClassChangeError));
3421 StubRoutines::_throw_NullPointerException_at_call_entry= generate_throw_exception("NullPointerException at call throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_NullPointerException_at_call));

Completed in 1221 milliseconds