Searched refs:ShouldNotCallThisStub (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp149 StubRoutines::_oop_disjoint_arraycopy = ShouldNotCallThisStub();
150 StubRoutines::_oop_arraycopy = ShouldNotCallThisStub();
152 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub();
153 StubRoutines::_unsafe_arraycopy = ShouldNotCallThisStub();
154 StubRoutines::_generic_arraycopy = ShouldNotCallThisStub();
193 StubRoutines::_forward_exception_entry = ShouldNotCallThisStub();
195 StubRoutines::_catch_exception_entry = ShouldNotCallThisStub();
198 StubRoutines::_atomic_xchg_entry = ShouldNotCallThisStub();
199 StubRoutines::_atomic_xchg_ptr_entry = ShouldNotCallThisStub();
200 StubRoutines::_atomic_cmpxchg_entry = ShouldNotCallThisStub();
[all...]
H A Dassembler_zero.hpp66 address ShouldNotCallThisStub();
H A Dassembler_zero.cpp87 address ShouldNotCallThisStub() { function
H A DsharedRuntime_zero.cpp53 address start = ShouldNotCallThisStub();
H A DcppInterpreter_zero.cpp1031 return ShouldNotCallThisStub();
1037 return ShouldNotCallThisStub();
1043 return ShouldNotCallThisStub();
1049 return ShouldNotCallThisStub();

Completed in 37 milliseconds