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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp309 JRT_LEAF(void, StubRoutines::jbyte_copy(jbyte* src, jbyte* dest, size_t count))
316 JRT_LEAF(void, StubRoutines::jshort_copy(jshort* src, jshort* dest, size_t count))
323 JRT_LEAF(void, StubRoutines::jint_copy(jint* src, jint* dest, size_t count))
330 JRT_LEAF(void, StubRoutines::jlong_copy(jlong* src, jlong* dest, size_t count))
337 JRT_LEAF(void, StubRoutines::oop_copy(oop* src, oop* dest, size_t count))
347 JRT_LEAF(void, StubRoutines::oop_copy_uninit(oop* src, oop* dest, size_t count))
357 JRT_LEAF(void, StubRoutines::arrayof_jbyte_copy(HeapWord* src, HeapWord* dest, size_t count))
364 JRT_LEAF(void, StubRoutines::arrayof_jshort_copy(HeapWord* src, HeapWord* dest, size_t count))
371 JRT_LEAF(void, StubRoutines::arrayof_jint_copy(HeapWord* src, HeapWord* dest, size_t count))
378 JRT_LEAF(voi
[all...]
H A DsharedRuntime.cpp217 JRT_LEAF(void, SharedRuntime::g1_wb_pre(oopDesc* orig, JavaThread *thread))
228 JRT_LEAF(void, SharedRuntime::g1_wb_post(void* card_addr, JavaThread* thread))
235 JRT_LEAF(jlong, SharedRuntime::lmul(jlong y, jlong x))
240 JRT_LEAF(jlong, SharedRuntime::ldiv(jlong y, jlong x))
249 JRT_LEAF(jlong, SharedRuntime::lrem(jlong y, jlong x))
263 JRT_LEAF(jfloat, SharedRuntime::frem(jfloat x, jfloat y))
280 JRT_LEAF(jdouble, SharedRuntime::drem(jdouble x, jdouble y))
295 JRT_LEAF(jfloat, SharedRuntime::fadd(jfloat x, jfloat y))
299 JRT_LEAF(jfloat, SharedRuntime::fsub(jfloat x, jfloat y))
303 JRT_LEAF(jfloa
[all...]
H A DsharedRuntimeTrans.cpp231 JRT_LEAF(jdouble, SharedRuntime::dlog(jdouble x))
299 JRT_LEAF(jdouble, SharedRuntime::dlog10(jdouble x))
435 JRT_LEAF(jdouble, SharedRuntime::dexp(jdouble x))
724 JRT_LEAF(jdouble, SharedRuntime::dpow(jdouble x, jdouble y))
H A DsharedRuntimeTrig.cpp839 JRT_LEAF(jdouble, SharedRuntime::dsin(jdouble x))
897 JRT_LEAF(jdouble, SharedRuntime::dcos(jdouble x))
954 JRT_LEAF(jdouble, SharedRuntime::dtan(jdouble x))
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
/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp104 JRT_LEAF(void, zero_stub())
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp670 JRT_LEAF(void, Runtime1::monitorexit(JavaThread* thread, BasicObjectLock* lock))
1159 JRT_LEAF(void, Runtime1::trace_block_entry(jint block_id))
1205 JRT_LEAF(int, Runtime1::arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length))
1243 JRT_LEAF(void, Runtime1::primitive_arraycopy(HeapWord* src, HeapWord* dst, int length))
1254 JRT_LEAF(void, Runtime1::oop_arraycopy(HeapWord* src, HeapWord* dst, int num))
1274 JRT_LEAF(int, Runtime1::is_instance_of(oopDesc* mirror, oopDesc* obj))
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp887 JRT_LEAF(void, OptoRuntime::profile_receiver_type_C(DataLayout* data, oopDesc* receiver))
1100 // This must be JRT_LEAF:
1389 JRT_LEAF(void, OptoRuntime::zap_dead_Java_locals_C(JavaThread* thread))
1400 JRT_LEAF(void, OptoRuntime::zap_dead_native_locals_C(JavaThread* thread))

Completed in 73 milliseconds