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

/openjdk9/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2912 int static_res = C->static_subtype_check(superk, subk); local
2913 known_statically = (static_res == Compile::SSC_always_true || static_res == Compile::SSC_always_false);
H A Dlibrary_call.cpp3621 int static_res = C->static_subtype_check(tm->as_klass(), tp->klass()); local
3622 if (static_res == Compile::SSC_always_true) {
3626 } else if (static_res == Compile::SSC_always_false) {

Completed in 173 milliseconds