Searched refs:branch_destination (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp324 __ branch_destination(block->label());
678 __ branch_destination(slow_path->continuation());
1514 __ branch_destination(slow->continuation());
1575 __ branch_destination(slow->continuation());
2311 __ branch_destination(Lcont->label());
2393 __ branch_destination(L->label());
3064 __ branch_destination(overflow->continuation());
H A Dc1_LIR.hpp1970 void branch_destination(Label* lbl) { append(new LIR_OpLabel(lbl)); } function in class:LIR_List
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp197 static int branch_destination_offset(int x) { return Assembler::branch_destination(x, 0); }
H A Dassembler_sparc.cpp163 int Assembler::branch_destination(int inst, int pos) { function in class:Assembler
H A Dassembler_sparc.hpp573 static int branch_destination(int inst, int pos);

Completed in 88 milliseconds