Searched refs:_current_instruction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp109 Instruction* _current_instruction; // the instruction currently being processed member in class:Compilation
170 Instruction* current_instruction() const { return _current_instruction; }
172 Instruction* previous = _current_instruction;
173 _current_instruction = instr;
H A Dc1_Compilation.cpp99 if (_current_instruction != NULL && _last_instruction_printed != _current_instruction) {
100 _last_instruction_printed = _current_instruction;
101 _current_instruction->print_line();
505 , _current_instruction(NULL)

Completed in 243 milliseconds