Searched refs:_instructions (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp3042 _instructions.reset();
3045 for( ; (instr = (InstructForm*)_instructions.iter()) != NULL; ) {
3054 _instructions.reset();
3055 for( ; (instr = (InstructForm*)_instructions.iter()) != NULL; ) {
3080 _instructions.reset();
3081 while( (instr = (InstructForm*)_instructions.iter()) != NULL ) {
3106 _instructions.reset();
3107 while( (instr = (InstructForm*)_instructions.iter()) != NULL ) {
3124 _instructions.reset();
3125 while( (instr = (InstructForm*)_instructions
[all...]
H A DarchDesc.cpp238 void ArchDesc::addForm(InstructForm *ptr) { _instructions.addForm(ptr); };
310 _instructions.reset();
312 for( ; (instr = (InstructForm*)_instructions.iter()) != NULL; ) {
639 int count = 0; _instructions.reset();
641 for( ; (cur = (InstructForm*)_instructions.iter()) != NULL; ) {
692 _instructions.verify();
722 _instructions.dump();
H A DarchDesc.hpp106 FormList _instructions; // List of Instruction Forms for output member in class:ArchDesc
H A Doutput_h.cpp1499 _instructions.reset();
1501 for( ; (instr = (InstructForm*)_instructions.iter()) != NULL; ) {

Completed in 54 milliseconds