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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp60 static void call_stub( function in class:StubGenerator
73 assert(!HAS_PENDING_EXCEPTION, "call_stub called with pending exception");
194 StubRoutines::_call_stub_entry = (address) call_stub;
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp257 static CallStub call_stub() { return CAST_TO_FN_PTR(CallStub, _call_stub_entry); } function in class:StubRoutines
H A DjavaCalls.cpp379 // the call to call_stub, the optimizer produces wrong code.
406 StubRoutines::call_stub()(

Completed in 35 milliseconds