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

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp76 // VM_ENTRY_BASE macros. These macros are used to guard entry points into
445 #define VM_ENTRY_BASE(result_type, header, thread) \ macro
469 VM_ENTRY_BASE(result_type, header, thread) \
482 VM_ENTRY_BASE(result_type, header, thread) \
493 VM_ENTRY_BASE(result_type, header, thread)
503 VM_ENTRY_BASE(result_type, header, thread) \
516 VM_ENTRY_BASE(result_type, header, thread) \
549 VM_ENTRY_BASE(result_type, header, thread)
585 VM_ENTRY_BASE(result_type, header, thread)
594 VM_ENTRY_BASE(result_typ
[all...]

Completed in 31 milliseconds