Searched refs:method_handle_entry_linkToInterface (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DmethodHandles_zero.hpp38 static int method_handle_entry_linkToInterface(Method* method, intptr_t UNUSED, TRAPS);
H A DmethodHandles_zero.cpp98 int MethodHandles::method_handle_entry_linkToInterface(Method* method, intptr_t UNUSED, TRAPS) { function in class:MethodHandles
178 return CppInterpreterGenerator::generate_entry_impl(masm, (address) MethodHandles::method_handle_entry_linkToInterface);

Completed in 36 milliseconds