Searched refs:label_position (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp457 int label_position();
H A DarchDesc.cpp335 if ( instr->is_ideal_branch() && instr->label_position() == -1 ||
336 !instr->is_ideal_branch() && instr->label_position() != -1) {
344 if (!instr->is_ideal_branch() || instr->label_position() == -1) {
H A Doutput_h.cpp1539 int label_position = instr->label_position(); local
1540 if( label_position != -1 ) {
H A Dformssel.hpp228 virtual int label_position();
H A Doutput_c.cpp3086 int label_position = instr->label_position(); local
3087 if( label_position != -1 ) {
3091 label_position );
3098 label_position );
H A Dformssel.cpp997 int InstructForm::label_position() { function in class:InstructForm
998 return unique_opnds_idx(_components.label_position());
3059 int ComponentList::label_position() { function in class:ComponentList

Completed in 457 milliseconds