Lines Matching refs:JRT_LEAF

206 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(jfloat, SharedRuntime::fmul(jfloat x, jfloat y))
300 JRT_LEAF(jfloat, SharedRuntime::fdiv(jfloat x, jfloat y))
304 JRT_LEAF(jdouble, SharedRuntime::dadd(jdouble x, jdouble y))
308 JRT_LEAF(jdouble, SharedRuntime::dsub(jdouble x, jdouble y))
312 JRT_LEAF(jdouble, SharedRuntime::dmul(jdouble x, jdouble y))
316 JRT_LEAF(jdouble, SharedRuntime::ddiv(jdouble x, jdouble y))
320 JRT_LEAF(jfloat, SharedRuntime::i2f(jint x))
324 JRT_LEAF(jdouble, SharedRuntime::i2d(jint x))
328 JRT_LEAF(jdouble, SharedRuntime::f2d(jfloat x))
332 JRT_LEAF(int, SharedRuntime::fcmpl(float x, float y))
336 JRT_LEAF(int, SharedRuntime::fcmpg(float x, float y))
340 JRT_LEAF(int, SharedRuntime::dcmpl(double x, double y))
344 JRT_LEAF(int, SharedRuntime::dcmpg(double x, double y))
349 JRT_LEAF(int, SharedRuntime::unordered_fcmplt(float x, float y))
353 JRT_LEAF(int, SharedRuntime::unordered_dcmplt(double x, double y))
357 JRT_LEAF(int, SharedRuntime::unordered_fcmple(float x, float y))
361 JRT_LEAF(int, SharedRuntime::unordered_dcmple(double x, double y))
365 JRT_LEAF(int, SharedRuntime::unordered_fcmpge(float x, float y))
369 JRT_LEAF(int, SharedRuntime::unordered_dcmpge(double x, double y))
373 JRT_LEAF(int, SharedRuntime::unordered_fcmpgt(float x, float y))
377 JRT_LEAF(int, SharedRuntime::unordered_dcmpgt(double x, double y))
406 JRT_LEAF(jint, SharedRuntime::f2i(jfloat x))
417 JRT_LEAF(jlong, SharedRuntime::f2l(jfloat x))
428 JRT_LEAF(jint, SharedRuntime::d2i(jdouble x))
439 JRT_LEAF(jlong, SharedRuntime::d2l(jdouble x))
450 JRT_LEAF(jfloat, SharedRuntime::d2f(jdouble x))
455 JRT_LEAF(jfloat, SharedRuntime::l2f(jlong x))
460 JRT_LEAF(jdouble, SharedRuntime::l2d(jlong x))
541 JRT_LEAF(address, SharedRuntime::exception_handler_for_return_address(JavaThread* thread, address return_address))
619 JRT_LEAF(int, SharedRuntime::rc_trace_method_entry(
1041 JRT_LEAF(int, SharedRuntime::dtrace_method_entry(
1055 JRT_LEAF(int, SharedRuntime::dtrace_method_exit(
2050 JRT_LEAF(void, SharedRuntime::reguard_yellow_pages())
2087 JRT_LEAF(void, SharedRuntime::complete_monitor_unlocking_C(oopDesc* _obj, BasicLock* lock, JavaThread * THREAD))
3021 JRT_LEAF(intptr_t*, SharedRuntime::OSR_migration_begin( JavaThread *thread) )
3079 JRT_LEAF(void, SharedRuntime::OSR_migration_end( intptr_t* buf) )
3131 JRT_LEAF(void, SharedRuntime::enable_stack_reserved_zone(JavaThread* thread))