Lines Matching defs:_method
56 ciMethod* _method; // the method
98 ciMethod* method() const { return _method; }
101 _method = m;
316 ciMethod* _method;
328 _method = method;
331 _method->code();
334 _end = _method->_handler_count;
343 _method = method;
346 _method->code();
349 _end = _method->_handler_count + 1; // include the rethrow handler
380 ciExceptionHandler* handler = _method->_exception_handlers[_pos];
412 return _method->_exception_handlers[_pos];