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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp484 if (_constant.offset() == -1) {
486 int offset = constant_table.find_offset(_constant);
494 _constant.set_offset(constant_table.table_base_offset() + offset);
496 return _constant.offset();
H A Dmachnode.hpp376 Compile::Constant _constant; // This node's constant. member in class:MachConstantNode
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp98 InsEncode *_constant; // Encoding class constant value belongs to member in class:InstructForm
H A Dformssel.cpp41 _constant = NULL;
73 _constant = instr->_constant;
1445 if (_constant) _constant->output(fp);
H A Dadlparse.cpp3089 inst._constant = encrule;
3103 encoding->add_code(" _constant = C->constant_table().add");
H A Doutput_c.cpp2585 InsEncode* encode = inst._constant;
2593 fprintf(fp, " _constant = C->constant_table().add_jump_table(this);\n");

Completed in 186 milliseconds