Lines Matching refs:JRT_LEAF

217 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(jfloat, SharedRuntime::fmul(jfloat x, jfloat y))
307 JRT_LEAF(jfloat, SharedRuntime::fdiv(jfloat x, jfloat y))
311 JRT_LEAF(jdouble, SharedRuntime::dadd(jdouble x, jdouble y))
315 JRT_LEAF(jdouble, SharedRuntime::dsub(jdouble x, jdouble y))
319 JRT_LEAF(jdouble, SharedRuntime::dmul(jdouble x, jdouble y))
323 JRT_LEAF(jdouble, SharedRuntime::ddiv(jdouble x, jdouble y))
327 JRT_LEAF(jfloat, SharedRuntime::i2f(jint x))
331 JRT_LEAF(jdouble, SharedRuntime::i2d(jint x))
335 JRT_LEAF(jdouble, SharedRuntime::f2d(jfloat x))
339 JRT_LEAF(int, SharedRuntime::fcmpl(float x, float y))
343 JRT_LEAF(int, SharedRuntime::fcmpg(float x, float y))
347 JRT_LEAF(int, SharedRuntime::dcmpl(double x, double y))
351 JRT_LEAF(int, SharedRuntime::dcmpg(double x, double y))
356 JRT_LEAF(int, SharedRuntime::unordered_fcmplt(float x, float y))
360 JRT_LEAF(int, SharedRuntime::unordered_dcmplt(double x, double y))
364 JRT_LEAF(int, SharedRuntime::unordered_fcmple(float x, float y))
368 JRT_LEAF(int, SharedRuntime::unordered_dcmple(double x, double y))
372 JRT_LEAF(int, SharedRuntime::unordered_fcmpge(float x, float y))
376 JRT_LEAF(int, SharedRuntime::unordered_dcmpge(double x, double y))
380 JRT_LEAF(int, SharedRuntime::unordered_fcmpgt(float x, float y))
384 JRT_LEAF(int, SharedRuntime::unordered_dcmpgt(double x, double y))
413 JRT_LEAF(jint, SharedRuntime::f2i(jfloat x))
424 JRT_LEAF(jlong, SharedRuntime::f2l(jfloat x))
435 JRT_LEAF(jint, SharedRuntime::d2i(jdouble x))
446 JRT_LEAF(jlong, SharedRuntime::d2l(jdouble x))
457 JRT_LEAF(jfloat, SharedRuntime::d2f(jdouble x))
462 JRT_LEAF(jfloat, SharedRuntime::l2f(jlong x))
467 JRT_LEAF(jdouble, SharedRuntime::l2d(jlong x))
524 JRT_LEAF(address, SharedRuntime::exception_handler_for_return_address(JavaThread* thread, address return_address))
604 JRT_LEAF(int, SharedRuntime::rc_trace_method_entry(
968 JRT_LEAF(int, SharedRuntime::dtrace_method_entry(
989 JRT_LEAF(int, SharedRuntime::dtrace_method_exit(
1812 JRT_LEAF(void, SharedRuntime::reguard_yellow_pages())
1843 JRT_LEAF(void, SharedRuntime::complete_monitor_unlocking_C(oopDesc* _obj, BasicLock* lock))
2817 JRT_LEAF(intptr_t*, SharedRuntime::OSR_migration_begin( JavaThread *thread) )
2879 JRT_LEAF(void, SharedRuntime::OSR_migration_end( intptr_t* buf) )