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

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp507 #define JRT_LEAF(result_type, header) \ macro
H A Ddeoptimization.cpp153 // analysis, The method was changed from JRT_LEAF to JRT_BLOCK_ENTRY and
160 // do in debug mode to get around the NoHandleMark code in the JRT_LEAF macro
172 // This is factored, since it is both called from a JRT_LEAF (deoptimization) and a JRT_ENTRY (uncommon_trap)
560 JRT_LEAF(BasicType, Deoptimization::unpack_frames(JavaThread* thread, int exec_mode))
567 // do in debug mode to get around the NoHandleMark code in the JRT_LEAF macro
1178 JRT_LEAF(void, Deoptimization::popframe_preserve_args(JavaThread* thread, int bytes_to_save, void* start_address)) function

Completed in 37 milliseconds