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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp40 _insencode = NULL;
72 _insencode = instr->_insencode;
265 if (_insencode != NULL) {
266 _insencode->reset();
267 if (_insencode->encode_class_iter() == NULL) {
284 if (_matrule != NULL && _insencode != NULL) {
1444 if (_insencode) _insencode->output(fp);
H A Dformssel.hpp97 InsEncode *_insencode; // Encoding class instruction belongs to member in class:InstructForm
147 virtual int is_empty_encoding() const; // _size=0 and/or _insencode empty
H A Dadlparse.cpp2802 if (inst._insencode != NULL) {
2808 inst._insencode = encrule;
3041 if (inst._insencode != NULL) {
3050 inst._insencode = encrule;
H A Doutput_h.cpp1580 // encoding class information in the _insencode slot.
1581 if ( instr->_insencode ) {
H A Doutput_c.cpp2500 InsEncode* encode = inst._insencode;
3149 if (instr->_insencode) defineEmit (fp, *instr);

Completed in 86 milliseconds