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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp93 ciMethod *_current_method; member in class:IdealGraphPrinter
H A DidealGraphPrinter.cpp116 _current_method = NULL;
117 assert(!_current_method, "current method must be initialized to NULL");
314 assert(!_current_method, "current method must be null!");
343 this->_current_method = method;
351 nmethod* method = (nmethod*)this->_current_method->code();
354 _current_method = NULL;
679 if (!_current_method || !_should_send_method || level > PrintIdealGraphLevel) return;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp143 char _current_method[cmname_buffer_length]; member in class:CompilerCounters
158 strncpy(_current_method, method, (size_t)cmname_buffer_length);
162 char* current_method() { return _current_method; }
H A DcompileBroker.cpp695 _current_method[0] = '\0';
712 _current_method, CHECK);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp49 methodOop _current_method; member in class:BytecodePrinter
65 methodOop method() { return _current_method; }
87 if (_current_method != method()) {
91 // _current_method pointer happens to have the same bits as
98 _current_method = method();
128 _current_method = method();
156 // would be easier to remove races on _current_method and bcp.

Completed in 57 milliseconds