Searched defs:not_for_compiler_entry (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | methodHandles_sparc.cpp | 196 const bool not_for_compiler_entry = false; // this is the interpreter entry local 263 generate_method_handle_dispatch(_masm, iid, O0_mh, noreg, not_for_compiler_entry); 276 generate_method_handle_dispatch(_masm, iid, O0_recv, G5_member, not_for_compiler_entry);
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | methodHandles_x86.cpp | 194 const bool not_for_compiler_entry = false; // this is the interpreter entry local 258 generate_method_handle_dispatch(_masm, iid, rcx_mh, noreg, not_for_compiler_entry); 272 generate_method_handle_dispatch(_masm, iid, rcx_recv, rbx_member, not_for_compiler_entry);
|
Completed in 33 milliseconds