Lines Matching refs:intrinsic
2139 Intrinsic* intrinsic = s->as_Intrinsic();
2140 if (s->as_Invoke() != NULL || (intrinsic && !intrinsic->preserves_state())) {
3038 // Compiles where the root method is an intrinsic need a special
3061 // Emit the intrinsic node.
3063 if (!result) BAILOUT("failed to inline intrinsic");
3076 // intrinsic - when G1 is enabled - even when get() is the root
3086 // Also we need intrinsic to prevent commoning reads from this field
3101 // Emit the intrinsic node.
3103 if (!result) BAILOUT("failed to inline intrinsic");
3207 print_inlining(callee, "intrinsic");
3265 INLINE_BAILOUT("intrinsic method inlining disabled");
3443 // Use the intrinsic version of Reference.get() so that the value in
3452 // create intrinsic node
3461 // is the intrinsic
3970 fatal(err_msg("unexpected intrinsic %d: %s", iid, vmIntrinsics::name_at(iid)));