< prev index next > src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
Print this page
// only if +VerifyFPU && (state == ftos || state == dtos)
void verify_FPU(int stack_depth, TosState state = ftos);
typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
+ // support for runtime upcalls
+ void generate_runtime_upcalls_on_method_entry();
+
// support for jvmti/dtrace
void notify_method_entry();
void notify_method_exit(TosState state, NotifyMethodExitMode mode);
virtual void _call_Unimplemented(address call_site) {
< prev index next >