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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DmethodHandles_zero.hpp35 static int method_handle_entry_invokeBasic(methodOop method, intptr_t UNUSED, TRAPS);
H A DmethodHandles_zero.cpp64 int MethodHandles::method_handle_entry_invokeBasic(methodOop method, intptr_t UNUSED, TRAPS) { function in class:MethodHandles
170 return InterpreterGenerator::generate_entry_impl(masm, (address) MethodHandles::method_handle_entry_invokeBasic);

Completed in 150 milliseconds