Searched refs:can_be_statically_bound (Results 1 - 12 of 12) 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
H A DciMethod.cpp110 _can_be_statically_bound = h_m()->can_be_statically_bound();
587 if (root_m->can_be_statically_bound()) {
H A DbcEscapeAnalyzer.cpp241 if (target->is_loaded() && !target->is_abstract() && target->can_be_statically_bound()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp181 if (method->can_be_statically_bound()) {
H A DmethodOop.hpp495 bool can_be_statically_bound() const;
H A DmethodOop.cpp453 bool methodOopDesc::can_be_statically_bound() const { function in class:methodOopDesc
992 assert(m->can_be_statically_bound(), "");
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp203 } else if (!do_dispatch || m->can_be_statically_bound()) {
239 } else if (m->can_be_statically_bound()) {
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp912 if (callee->can_be_statically_bound()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1238 bool static_bound = call_info.resolved_method()->can_be_statically_bound();
1408 if (call_info.resolved_method()->can_be_statically_bound()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1693 if (target->is_loaded() && !target->is_abstract() && target->can_be_statically_bound()) {
1899 && !target->can_be_statically_bound()) {
3894 if (target->is_static() || target->can_be_statically_bound()) {
3954 if (target->is_static() || target->can_be_statically_bound()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp914 assert(resolved_method->can_be_statically_bound(), "cannot override this method");
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1023 if (dest_method->can_be_statically_bound())

Completed in 1686 milliseconds