Searched defs:_throw_NullPointerException_at_call_entry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp221 StubRoutines::_throw_NullPointerException_at_call_entry = member in class:StubGenerator::StubRoutines
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp54 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL; member in class:StubRoutines
H A DstubRoutines.hpp131 static address _throw_NullPointerException_at_call_entry; member in class:StubRoutines
264 static address throw_NullPointerException_at_call_entry(){ return _throw_NullPointerException_at_call_entry; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp3421 StubRoutines::_throw_NullPointerException_at_call_entry= generate_throw_exception("NullPointerException at call throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_NullPointerException_at_call)); member in class:StubGenerator::StubRoutines
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2929 StubRoutines::_throw_NullPointerException_at_call_entry= generate_throw_exception("NullPointerException at call throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_NullPointerException_at_call)); member in class:StubGenerator::StubRoutines
H A DstubGenerator_x86_64.cpp3787 StubRoutines::_throw_NullPointerException_at_call_entry = member in class:StubGenerator::StubRoutines

Completed in 67 milliseconds