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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp99 if (_current_instruction != NULL && _last_instruction_printed != _current_instruction) {
100 _last_instruction_printed = _current_instruction;
507 , _last_instruction_printed(NULL)
H A Dc1_Compilation.hpp111 Instruction* _last_instruction_printed; // the last instruction printed during traversal member in class:Compilation

Completed in 51 milliseconds