Searched refs:ublock (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/hotspot/src/share/vm/c1/ |
| H A D | c1_LIR.cpp | 316 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, BlockBegin* block, BlockBegin* ublock) argument 322 , _ublock(ublock) 1867 if (ublock() != NULL) { 1868 out->print("unordered: [B%d] ", ublock()->block_id());
|
| H A D | c1_LIR.hpp | 1380 LIR_OpBranch(LIR_Condition cond, BasicType type, BlockBegin* block, BlockBegin* ublock); 1386 BlockBegin* ublock() const { return _ublock; } function in class:LIR_OpBranch
|
| H A D | c1_LinearScan.cpp | 6145 if (branch->ublock() == target_from) { 6323 assert(op_branch->ublock() == NULL || code->index_of(op_branch->ublock()) != -1, "branch target not valid");
|
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | c1_LIRAssembler_sparc.cpp | 610 if (op->ublock() != NULL) _branch_target_blocks.append(op->ublock()); 617 assert(op->ublock() != NULL, "must have unordered successor"); 618 bool is_unordered = (op->ublock() == op->block());
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | c1_LIRAssembler_x86.cpp | 1421 if (op->ublock() != NULL) _branch_target_blocks.append(op->ublock()); 1430 assert(op->ublock() != NULL, "must have unordered successor"); 1431 __ jcc(Assembler::parity, *(op->ublock()->label()));
|
Completed in 1094 milliseconds