< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page




 605   declare_function(SharedRuntime::OSR_migration_end)                      \
 606   declare_function(SharedRuntime::enable_stack_reserved_zone)             \
 607   declare_function(SharedRuntime::frem)                                   \
 608   declare_function(SharedRuntime::drem)                                   \
 609                                                                           \
 610   declare_function(os::dll_load)                                          \
 611   declare_function(os::dll_lookup)                                        \
 612   declare_function(os::javaTimeMillis)                                    \
 613   declare_function(os::javaTimeNanos)                                     \
 614                                                                           \
 615   declare_function(Deoptimization::fetch_unroll_info)                     \
 616   declare_function(Deoptimization::uncommon_trap)                         \
 617   declare_function(Deoptimization::unpack_frames)                         \
 618                                                                           \
 619   declare_function(JVMCIRuntime::new_instance) \
 620   declare_function(JVMCIRuntime::new_array) \
 621   declare_function(JVMCIRuntime::new_multi_array) \
 622   declare_function(JVMCIRuntime::dynamic_new_array) \
 623   declare_function(JVMCIRuntime::dynamic_new_instance) \
 624   \






 625   declare_function(JVMCIRuntime::thread_is_interrupted) \
 626   declare_function(JVMCIRuntime::vm_message) \
 627   declare_function(JVMCIRuntime::identity_hash_code) \
 628   declare_function(JVMCIRuntime::exception_handler_for_pc) \
 629   declare_function(JVMCIRuntime::monitorenter) \
 630   declare_function(JVMCIRuntime::monitorexit) \
 631   declare_function(JVMCIRuntime::object_notify) \
 632   declare_function(JVMCIRuntime::object_notifyAll) \
 633   declare_function(JVMCIRuntime::throw_and_post_jvmti_exception) \
 634   declare_function(JVMCIRuntime::throw_klass_external_name_exception) \
 635   declare_function(JVMCIRuntime::throw_class_cast_exception) \
 636   declare_function(JVMCIRuntime::log_primitive) \
 637   declare_function(JVMCIRuntime::log_object) \
 638   declare_function(JVMCIRuntime::log_printf) \
 639   declare_function(JVMCIRuntime::vm_error) \
 640   declare_function(JVMCIRuntime::load_and_clear_exception) \
 641   G1GC_ONLY(declare_function(JVMCIRuntime::write_barrier_pre)) \
 642   G1GC_ONLY(declare_function(JVMCIRuntime::write_barrier_post)) \
 643   declare_function(JVMCIRuntime::validate_object) \
 644   \




 605   declare_function(SharedRuntime::OSR_migration_end)                      \
 606   declare_function(SharedRuntime::enable_stack_reserved_zone)             \
 607   declare_function(SharedRuntime::frem)                                   \
 608   declare_function(SharedRuntime::drem)                                   \
 609                                                                           \
 610   declare_function(os::dll_load)                                          \
 611   declare_function(os::dll_lookup)                                        \
 612   declare_function(os::javaTimeMillis)                                    \
 613   declare_function(os::javaTimeNanos)                                     \
 614                                                                           \
 615   declare_function(Deoptimization::fetch_unroll_info)                     \
 616   declare_function(Deoptimization::uncommon_trap)                         \
 617   declare_function(Deoptimization::unpack_frames)                         \
 618                                                                           \
 619   declare_function(JVMCIRuntime::new_instance) \
 620   declare_function(JVMCIRuntime::new_array) \
 621   declare_function(JVMCIRuntime::new_multi_array) \
 622   declare_function(JVMCIRuntime::dynamic_new_array) \
 623   declare_function(JVMCIRuntime::dynamic_new_instance) \
 624   \
 625   declare_function(JVMCIRuntime::new_instance_or_null) \
 626   declare_function(JVMCIRuntime::new_array_or_null) \
 627   declare_function(JVMCIRuntime::new_multi_array_or_null) \
 628   declare_function(JVMCIRuntime::dynamic_new_array_or_null) \
 629   declare_function(JVMCIRuntime::dynamic_new_instance_or_null) \
 630   \
 631   declare_function(JVMCIRuntime::thread_is_interrupted) \
 632   declare_function(JVMCIRuntime::vm_message) \
 633   declare_function(JVMCIRuntime::identity_hash_code) \
 634   declare_function(JVMCIRuntime::exception_handler_for_pc) \
 635   declare_function(JVMCIRuntime::monitorenter) \
 636   declare_function(JVMCIRuntime::monitorexit) \
 637   declare_function(JVMCIRuntime::object_notify) \
 638   declare_function(JVMCIRuntime::object_notifyAll) \
 639   declare_function(JVMCIRuntime::throw_and_post_jvmti_exception) \
 640   declare_function(JVMCIRuntime::throw_klass_external_name_exception) \
 641   declare_function(JVMCIRuntime::throw_class_cast_exception) \
 642   declare_function(JVMCIRuntime::log_primitive) \
 643   declare_function(JVMCIRuntime::log_object) \
 644   declare_function(JVMCIRuntime::log_printf) \
 645   declare_function(JVMCIRuntime::vm_error) \
 646   declare_function(JVMCIRuntime::load_and_clear_exception) \
 647   G1GC_ONLY(declare_function(JVMCIRuntime::write_barrier_pre)) \
 648   G1GC_ONLY(declare_function(JVMCIRuntime::write_barrier_post)) \
 649   declare_function(JVMCIRuntime::validate_object) \
 650   \


< prev index next >