Searched defs:not_for_compiler_entry (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DmethodHandles_aarch64.cpp166 const bool not_for_compiler_entry = false; // this is the interpreter entry local
/openjdk9/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp198 const bool not_for_compiler_entry = false; // this is the interpreter entry local
/openjdk9/hotspot/src/cpu/s390/vm/
H A DmethodHandles_s390.cpp230 const bool not_for_compiler_entry = false; // This is the interpreter entry. local
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DmethodHandles_ppc.cpp203 const bool not_for_compiler_entry = false; // this is the interpreter entry local
/openjdk9/hotspot/src/cpu/arm/vm/
H A DmethodHandles_arm.cpp186 const bool not_for_compiler_entry = false; // this is the interpreter entry local
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp209 const bool not_for_compiler_entry = false; // this is the interpreter entry local

Completed in 112 milliseconds