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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp77 bool _can_be_statically_bound; member in class:ciMethod
293 bool can_be_statically_bound() const { return _can_be_statically_bound; }
H A DciMethod.cpp110 _can_be_statically_bound = h_m()->can_be_statically_bound();
113 _can_be_statically_bound = false;
118 if (!_can_be_statically_bound && h_m()->is_private())
119 _can_be_statically_bound = true;
120 if (_can_be_statically_bound && h_m()->is_abstract())
121 _can_be_statically_bound = false;
159 _can_be_statically_bound(false),

Completed in 37 milliseconds