Searched refs:JRT_LEAF (Results 1 - 10 of 10) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp105 JRT_LEAF(void, zero_stub())
/openjdk9/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp394 JRT_LEAF(void, StubRoutines::jbyte_copy(jbyte* src, jbyte* dest, size_t count))
401 JRT_LEAF(void, StubRoutines::jshort_copy(jshort* src, jshort* dest, size_t count))
408 JRT_LEAF(void, StubRoutines::jint_copy(jint* src, jint* dest, size_t count))
415 JRT_LEAF(void, StubRoutines::jlong_copy(jlong* src, jlong* dest, size_t count))
422 JRT_LEAF(void, StubRoutines::oop_copy(oop* src, oop* dest, size_t count))
432 JRT_LEAF(void, StubRoutines::oop_copy_uninit(oop* src, oop* dest, size_t count))
442 JRT_LEAF(void, StubRoutines::arrayof_jbyte_copy(HeapWord* src, HeapWord* dest, size_t count))
449 JRT_LEAF(void, StubRoutines::arrayof_jshort_copy(HeapWord* src, HeapWord* dest, size_t count))
456 JRT_LEAF(void, StubRoutines::arrayof_jint_copy(HeapWord* src, HeapWord* dest, size_t count))
463 JRT_LEAF(voi
[all...]
H A DsharedRuntime.cpp206 JRT_LEAF(void, SharedRuntime::g1_wb_pre(oopDesc* orig, JavaThread *thread))
217 JRT_LEAF(void, SharedRuntime::g1_wb_post(void* card_addr, JavaThread* thread))
224 JRT_LEAF(jlong, SharedRuntime::lmul(jlong y, jlong x))
229 JRT_LEAF(jlong, SharedRuntime::ldiv(jlong y, jlong x))
238 JRT_LEAF(jlong, SharedRuntime::lrem(jlong y, jlong x))
252 JRT_LEAF(jfloat, SharedRuntime::frem(jfloat x, jfloat y))
271 JRT_LEAF(jdouble, SharedRuntime::drem(jdouble x, jdouble y))
288 JRT_LEAF(jfloat, SharedRuntime::fadd(jfloat x, jfloat y))
292 JRT_LEAF(jfloat, SharedRuntime::fsub(jfloat x, jfloat y))
296 JRT_LEAF(jfloa
[all...]
H A DsharedRuntimeTrans.cpp165 JRT_LEAF(jdouble, SharedRuntime::dlog(jdouble x))
233 JRT_LEAF(jdouble, SharedRuntime::dlog10(jdouble x))
369 JRT_LEAF(jdouble, SharedRuntime::dexp(jdouble x))
658 JRT_LEAF(jdouble, SharedRuntime::dpow(jdouble x, jdouble y))
H A DsharedRuntimeTrig.cpp755 JRT_LEAF(jdouble, SharedRuntime::dsin(jdouble x))
813 JRT_LEAF(jdouble, SharedRuntime::dcos(jdouble x))
870 JRT_LEAF(jdouble, SharedRuntime::dtan(jdouble x))
H A DinterfaceSupport.hpp478 #define JRT_LEAF(result_type, header) \ macro
H A Ddeoptimization.cpp130 // analysis, The method was changed from JRT_LEAF to JRT_BLOCK_ENTRY and
137 // do in debug mode to get around the NoHandleMark code in the JRT_LEAF macro
152 // This is factored, since it is both called from a JRT_LEAF (deoptimization) and a JRT_ENTRY (uncommon_trap)
609 JRT_LEAF(BasicType, Deoptimization::unpack_frames(JavaThread* thread, int exec_mode))
616 // do in debug mode to get around the NoHandleMark code in the JRT_LEAF macro
1403 JRT_LEAF(void, Deoptimization::popframe_preserve_args(JavaThread* thread, int bytes_to_save, void* start_address)) function
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.cpp403 JRT_LEAF(void, JVMCIRuntime::monitorexit(JavaThread* thread, oopDesc* obj, BasicLock* lock))
453 JRT_LEAF(void, JVMCIRuntime::log_object(JavaThread* thread, oopDesc* obj, bool as_string, bool newline))
476 JRT_LEAF(void, JVMCIRuntime::write_barrier_pre(JavaThread* thread, oopDesc* obj))
480 JRT_LEAF(void, JVMCIRuntime::write_barrier_post(JavaThread* thread, void* card_addr))
484 JRT_LEAF(jboolean, JVMCIRuntime::validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child))
514 JRT_LEAF(oopDesc*, JVMCIRuntime::load_and_clear_exception(JavaThread* thread))
524 JRT_LEAF(void, JVMCIRuntime::log_printf(JavaThread* thread, oopDesc* format, jlong v1, jlong v2, jlong v3))
556 JRT_LEAF(void, JVMCIRuntime::vm_message(jboolean vmError, jlong format, jlong v1, jlong v2, jlong v3))
575 JRT_LEAF(void, JVMCIRuntime::log_primitive(JavaThread* thread, jchar typeChar, jlong value, jboolean newline))
604 // This locking requires thread_in_vm which is why this method cannot be JRT_LEAF
[all...]
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp698 JRT_LEAF(void, Runtime1::monitorexit(JavaThread* thread, BasicObjectLock* lock))
1362 JRT_LEAF(void, Runtime1::trace_block_entry(jint block_id))
1408 JRT_LEAF(int, Runtime1::arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length))
1446 JRT_LEAF(void, Runtime1::primitive_arraycopy(HeapWord* src, HeapWord* dst, int length))
1457 JRT_LEAF(void, Runtime1::oop_arraycopy(HeapWord* src, HeapWord* dst, int num))
1477 JRT_LEAF(int, Runtime1::is_instance_of(oopDesc* mirror, oopDesc* obj))
/openjdk9/hotspot/src/share/vm/opto/
H A Druntime.cpp1210 JRT_LEAF(void, OptoRuntime::profile_receiver_type_C(DataLayout* data, oopDesc* receiver))
1436 // This must be JRT_LEAF:

Completed in 94 milliseconds