Searched defs:can_be_statically_bound (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp293 bool can_be_statically_bound() const { return _can_be_statically_bound; } function in class:ciMethod
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp453 bool methodOopDesc::can_be_statically_bound() const { function in class:methodOopDesc
992 assert(m->can_be_statically_bound(), "");

Completed in 34 milliseconds