Searched refs:should_profile (Results 1 - 15 of 15) sorted by relevance

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp1394 if (op->should_profile()) {
1403 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
1404 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
1406 if (op->should_profile()) {
1433 if (op->should_profile()) {
1468 Label *failure_target = op->should_profile() ? &profile_cast_failure : op->stub()->entry();
1469 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
1473 if (op->should_profile()) {
1524 if (op->should_profile()) {
1578 if (op->should_profile()) {
[all...]
H A Dc1_LIRGenerator_arm.cpp554 x->should_profile());
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2355 bool should_profile = op->should_profile(); local
2370 if (should_profile) {
2400 Label *failure_target = should_profile ? &profile_cast_failure : failure;
2401 Label *success_target = should_profile ? &profile_cast_success : success;
2406 if (should_profile) {
2427 if (!should_profile) { __ b(*success); }
2435 if (should_profile) {
2445 if (should_profile) {
2480 bool should_profile local
[all...]
H A Dc1_LIRGenerator_ppc.cpp350 x->should_profile());
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp1345 const bool should_profile = op->should_profile(); local
1347 if (should_profile) {
1358 Label *success_target = should_profile ? &profile_cast_success : success;
1359 Label *failure_target = should_profile ? &profile_cast_failure : failure;
1375 if (should_profile) {
1447 if (should_profile) {
1472 const bool should_profile = op->should_profile(); local
1488 if (should_profile) {
[all...]
H A Dc1_LIRGenerator_aarch64.cpp320 x->should_profile());
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2416 if (op->should_profile()) {
2436 if (op->should_profile()) {
2452 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
2453 Label *success_target = op->should_profile() ? &profile_cast_success : success;
2499 if (op->should_profile()) {
2534 if (op->should_profile()) {
2545 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
2546 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
2548 if (op->should_profile()) {
2580 if (op->should_profile()) {
[all...]
H A Dc1_LIRGenerator_s390.cpp280 x->should_profile());
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1609 if (op->should_profile()) {
1620 Label *success_target = op->should_profile() ? &profile_cast_success : success;
1621 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
1638 if (op->should_profile()) {
1735 if (op->should_profile()) {
1769 if (op->should_profile()) {
1780 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
1781 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
1784 if (op->should_profile()) {
1818 if (op->should_profile()) {
[all...]
H A Dc1_LIRGenerator_x86.cpp272 x->should_profile());
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2522 if (op->should_profile()) {
2549 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
2550 Label *success_target = op->should_profile() ? &profile_cast_success : success;
2596 if (op->should_profile()) {
2643 if (op->should_profile()) {
2649 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
2650 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
2652 if (op->should_profile()) {
2689 if (op->should_profile()) {
H A Dc1_LIRGenerator_sparc.cpp334 x->should_profile());
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp1001 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1440 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1892 bool should_profile() const { return check_flag(ProfileMDOFlag); }
2011 bool should_profile() const { return check_flag(ProfileMDOFlag); }
H A Dc1_LIRGenerator.cpp947 if (if_instr->should_profile()) {
2621 if (x->should_profile()) {
H A Dc1_LIR.hpp1583 bool should_profile() const { return _should_profile; } function in class:LIR_OpTypeCheck

Completed in 276 milliseconds